ksysoev / wasabi

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

add possibility to pass connection registry to channel constructors #9

Closed ksysoev closed 5 months ago

ksysoev commented 5 months ago

Connection registry will be responsible for managing ws connection and also to define connection specific settings

ksysoev commented 5 months ago

fixed