-
Notifications
You must be signed in to change notification settings - Fork 90
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
get stuck with send_event #92
Comments
I notice you're setting a |
Got it. Now it's working fine. Thank you very much. This library makes my FYP easier. |
I think I am running in the same problem. I am a little bit confused, because @jkarneges you write "not to set a path entry in urls.py" but in the linked project there is a path object set in the urls.py:
|
@xtlc the project is set up for both ASGI and WSGI, where urls.py is used by the latter. |
Hello, I've been stuck with send_event function.
my backend is generating image frames after processing a video, I want to send these frames directly to frontend.
but I tried using this library.
whenever I send a get request to /events/ it displayed
after that when I use send_event function with type that I specified in the urlpatterns, but unfortunately nothing happens
whenever I hit this view, I received nothing on the frontend. my frontend is react
The text was updated successfully, but these errors were encountered: