olahol / melody

:notes: Minimalist websocket framework for Go
BSD 2-Clause "Simplified" License
3.75k stars 366 forks source link

In current version there's no way to access informations about the hub structure #80

Closed enkeyz closed 1 year ago

enkeyz commented 1 year ago

Would be useful to access some of the informations regarding the connected clients: for example how many clients are connected currently to the hub, etc.

In the current version there's no way to access these, because there's no method exposing them.

Is something like this planned? I'd be happily take this task.

enkeyz commented 1 year ago

I'm blind :P