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
if i use a workaround technique of #346, i can get the onClose call. but if i attempt to close connection before it's been established (i.e. before onOpen) call, the socket remains open long after onClose
it might be related to the fact that Threads with SocketChannels, when used with SSL, do not get interrupt()ed. in my app, i have to close the socket to interrupt such a thread.