Miguel Grinberg
Miguel Grinberg
Not planning to invest more time in the Sanic integration. Use the Sanic as an ASGI app instead.
Closing this, since there hasn't been any activity in several years.
Fixed by https://github.com/miguelgrinberg/python-socketio/commit/cd7f781c022dd1d1ec3c6695a0fd6ab3ce864fd5.
@julianhille The Socket.IO protocol now requires a different `sid` per namespace. But you can make multiple `sid` values to a `user_id` from your user database, for example, and then you...
@julianhille My opinion is that you are misusing namespaces. Namespaces are designed as independent connections that are multiplexed over a single transport. If you need a single connection on which...
For anyone reading this issue, and to avoid any confusion regarding statements made here that are out of date, let me summarize the current state of things: - Current versions...
This issue should be addressed by https://github.com/miguelgrinberg/python-engineio/issues/254, to be released with python-engineio 4.9.0.
Closing this, as I'm now tracking this feature more generically: https://github.com/miguelgrinberg/python-socketio/issues/1172
@bluthen The 4.x release of this package is not active, neither are the legacy dependencies it needs. There is no reason in 2023 to use the legacy Socket.IO protocol in...
Closing as this does not apply to the new edition of this tutorial.