Replies: 2 comments 7 replies
-
Not sure if I'm missing something, but your log does not show any requests that were made to |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes you are correct as I was copying the logs on the restart of the server, but also when "/" is invoked by the client the results are the same. The logs where "/" is invoked
|
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have trying to figure out for a while where I have an issue that prevent socketio from emitting inside @app.route both in POST and GET. To make is simpler for now I am asking about GET.
my route where I am trying to emit is in routes.py
I have also on routes.py the following
on my layout.html I have the following
I am initiating socketio in init.py
wsgi.py file
logs
As can see from the logs the other emits do work, but why when trying to do
socketio.emit('func', "Driver connected", broadcast=True)
within GET method there is no data emit/send?Beta Was this translation helpful? Give feedback.
All reactions