ksysoev / wasabi

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

Limit for concurrent connections #54

Closed ksysoev closed 1 month ago

ksysoev commented 1 month ago

In current implementation there's a room for unbounded concurrency via unlimited number of ws connections, it would be nice to have possibility to set limit explicitly

ksysoev commented 1 month ago

implemented in #64