koush / AndroidAsync

Asynchronous socket, http(s) (client+server) and websocket library for android. Based on nio, not threads.
Other
7.52k stars 1.56k forks source link

websocket server will close when receive data in version 3.0.8 #701

Closed hugebear closed 3 years ago

hugebear commented 3 years ago

Start websocket server like sample using AndroidAsync, and use another websocket clinet connect to server and send data. After send, the server will close the connection and the WebSocket.StringCallback will not be called. This problem appears on version 3.0.8, not found in 2.+