llee2015
Results
1
issues of
llee2015
I'm testing reconnection of the websocket client. After receiving OnClose event, my program calls the following code to reconnect (not in the OnClose thread): websocket.Close(); websocket.Connect(); After about 10 failure...