ksysoev / wasabi

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

Graceful shutdown #4

Closed ksysoev closed 2 months ago

ksysoev commented 2 months ago

Need to implement possibility when server shutdown was initiated, server should stop accepting new connections and requests(?), and let ongoing requests to be finished.