Kacper Cieśla
Results
3
issues of
Kacper Cieśla
Hi, Thanks for great library! I love using it. I just have problem with one thing. How can I check how many clients are currently connected? There is this roster...
Working connecting to discovered peers and accepting connections.
Thanks for the awesome lib! I think I found a small bug, in transport/websocket.ex, there is ``` def websocket_handle({frame_type, raw_message}, _conn_state, state) when frame_type in [:text, :binary] do ``` but...