ksysoev / wasabi

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

Add possibility to provide hooks for connection events #30

Closed ksysoev closed 5 months ago

ksysoev commented 5 months ago

It will be quite useful to have hooks like.

such hooks could be useful for collecting metrics and/or notifying other part of the system that connection is not alive anymore

This hooks should be triggered as part of connection registry logic

ksysoev commented 5 months ago

Implemented in #35