Replies: 2 comments 1 reply
-
Please don't write issues on this project when you only have a question about why your application does not work. The issues board is to report bugs. The discussions board is for your questions. Please follow the instructions next time. What async mode are you using for your Socket.IO server? That is what's going to determine if threading is supported or not. If you want this to work, then the |
Beta Was this translation helpful? Give feedback.
-
@miguelgrinberg, sorry for that! It is my first time writing something here. For some reason i got to solve the issue by following your tutorial on Changing
to
And in send_mail():
Now i can't understand why this is working. Do you have any idea or need more info about the project? Thanks and sorry one more time. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, i'm using Flask-SockeIO and recently i've been implementing Threading Tasks. I'm getting a problem after the threading call, the Flask-SocketIO doesn't respond anymore. The threading call doesn't have anything about socket. I'm just using a app_context().
See the following code and how i implement it the thread call:
I dont get any erros on terminal and i can't figure it out how to debug or solve the problem.
Beta Was this translation helpful? Give feedback.
All reactions