ksysoev / wasabi

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

Implement possibility to terminate connection/server instantly #24

Closed ksysoev closed 2 months ago

ksysoev commented 2 months ago

Currently there is only possibility to terminate server and connections gracefully, there're cases when we don't wait any ongoing requests. For such cases we need to have a separate method or extend existing methods to handle termination immediately.

ksysoev commented 2 months ago

Addressed in #28