ksysoev / wasabi

Toolkit for Creating WebSocket API Gateways
MIT License
5 stars 2 forks source link

WS backend, propagate WS closure status and message to client connection #43

Closed ksysoev closed 4 months ago

ksysoev commented 4 months ago

Currently we close server and client connection with standard status, it would be nice to find a way to propagate the status to client connection.

ksysoev commented 4 months ago

Implemented #48