Closed angelhdzdev closed 3 years ago
Same issue on v0.0.5.
I was using a WebSocket library on ActionScript 3.0 AIR Android App as client, and the close event was not being dispatched. But then I switched to an HTML/Javascript client using the JS WebSocket built-in API, and it worked right away.
So, my first guess is this ActionScript 3.0 WebSocket library I found is not telling the server that the client closed.
I'm using https://deno.land/x/websocket@v0.0.6 and the close event is not being dispatched. Only the connection and message events are being dispatched.
My code: