ksysoev / wasabi

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

Implement inactivity timeout on WS connection #2

Closed ksysoev closed 2 months ago

ksysoev commented 2 months ago

To be able control stale connection would be nice to implement possibility to close connection in case provided inactivity period is reached.

ksysoev commented 2 months ago

implemented as part of #27