miguelgrinberg / python-socketio

Python Socket.IO server and client
MIT License
4.01k stars 589 forks source link

How does socketio server send messages to existing sessions #1148

Closed YanYeZhuHua closed 1 year ago

YanYeZhuHua commented 1 year ago

I need to update some server-side data to the client.

YanYeZhuHua commented 1 year ago

We built the service thread using the eventlet and socketio.WSGIApp.

miguelgrinberg commented 1 year ago

Please read the documentation to learn how to use this package. And also please do not open issues on this project to ask questions. If you have a specific question, then open a discussion. This issues board is to report bugs only.