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. -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/87ac35aa-fade-4659-b78d-2b2d7f793884%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
