You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove handled fragmented messages from the map (#571)
* Remove handled fragmented messages from the map
We should remove handled fragmented messages from fragmentedMessages
map to free it up. This PR includes this fix.
Also, FragmentedClientMessageHandlerTest is enhanced to check the
the map's size before and after merging and handling the
end fragment.
* address review comments
0 commit comments