heroiclabs / nakama-unity

Unity client for Nakama server.
https://heroiclabs.com/docs/unity-client-guide
Other
407 stars 75 forks source link

webgl socket - don't remove js socket from handlers immediately after close #154

Closed lugehorsam closed 1 year ago

lugehorsam commented 1 year ago

the handler was being removed immediately which caused OnClose not to fire.

since the handler will be removed later when receiving the close event or an error from the dom object, we can confidently remove the removal here.