PlugFox / ws

WS: A compact, highly efficient WebSocket library. Easily establish, manage, and reconnect WebSocket connections in real-time apps.
https://pub.dev/packages/ws
MIT License
39 stars 5 forks source link

feat: Add close code and reason for vm client #18

Closed dzmitry-struk-surf closed 1 month ago

dzmitry-struk-surf commented 1 month ago

WebSocketClient$VM was missing close code and reason which come from server when it closes the connection.