NativeWebSocket
NativeWebSocket copied to clipboard
Support for application specific close codes?
Hi, I was wondering if there are any plans on supporting the generic application specific close codes 4000 – 4999? Also, is there a way to get the close reason data?
Hi @tottaka, this has been introduced recently on the WebSocket implementation embedded with Colyseus: https://github.com/colyseus/colyseus-unity3d/pull/158/files
Would be nice to move that implementation to this repo as well