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
As per spec, WebSocket Close frame is supposed to be acked by the remote peer with another Close Frame. The socket is only closed then.
Listener should only be notified once the ask is received and we actually close the socket.