T
T
tioffs2018-10-31 21:34:45
go
tioffs, 2018-10-31 21:34:45

Go how websocket know the number of connections?

I searched in the documentation and did not find it, how can I find out how many clients are currently connected? better just by ip addresses

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dasha Tsiklauri, 2018-10-31
@dasha_programmist

on successful connection, add to the dictionary/array, on disconnect, delete from there, then everything will be reduced to len
, or if you don’t need connection instances at all, but just a counter, start a variable, when connected, increment, when disconnected, decrement

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question