-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
send_event not sending an event in localhost #125
Comments
Hi, are you running |
I have a similar issue. I use celery to run a method that should invoke send_event. I receive empty responses when I connect to the eventsource on frontend. |
I am having the same here:
|
This fixed my issue ! I was running the send_event from a manage.py shell. |
My versions are:
Django==3.2.14
django_eventstream==4.5.1
channels==3.0.5
I am running locally on a Mac with python manage.py runserver.
Following the README steps, The url path /events/ works correctly - however, send_events does not trigger an event. All i see are "keep-alive" events in the stream.
Any steps I am missing here?
Thanks.
The text was updated successfully, but these errors were encountered: