Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix 'path' or 'resource' doesn't work.
In this case, it works well: > socketio = SockeIO(app, path='/path/socket.io') While this case, it doesn't worked before the change: > socketio = SockeIO(path='/path/socket.io') > socketio.init_app(app) So that this change can fix it.
- Loading branch information