fanout / django-eventstream

Server-Sent Events for Django
MIT License
638 stars 84 forks source link

django_eventstream block django other activities #89

Open sdralarry opened 2 years ago

sdralarry commented 2 years ago

I noticed that while working with django_eventstream send_event it prevents other activities from continuing even the loading of a new page.

How can i get the django_eventstream to respond to other activities while performing a specific operation and also allow django serer itself to perform other operations

jkarneges commented 2 years ago

Are you still experiencing this issue? send_event returns quickly, so I'm not sure how it would block other activities such as page loads.