statianzo / Fleck

C# Websocket Implementation
MIT License
2.28k stars 583 forks source link

How to find out how many connections are connected to a websocket? #320

Closed ilsnk closed 2 years ago

ilsnk commented 2 years ago

How to find out how many connections are connected to a websocket?

AdrianBathurst commented 2 years ago

You have to maintain a list of connections...just count the number of connections in your list.

See "Server" section in this post: #215