Hi,
I'm trying to find the way to do the following thing:
When I get websocket message from client, I want to send to this client the data every second. What is the best way to do this?
I think having consumer that will make send calls in loop is blocking approach.
Also I'd like to have the way to stop the loop with another client websocket call.