Silented engine.io exception when client session as expired on server side

pull/2315/head v1.4.1-beta.2
morpheus65535 6 months ago committed by GitHub
parent 4b7cdbc5f3
commit a3b32c3ebf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -35,7 +35,7 @@ def create_app():
app.config["DEBUG"] = False
socketio.init_app(app, path=f'{base_url.rstrip("/")}/api/socket.io', cors_allowed_origins='*',
async_mode='threading', allow_upgrades=False, transports='polling')
async_mode='threading', allow_upgrades=False, transports='polling', engineio_logger=False)
@app.errorhandler(404)
def page_not_found(_):

Loading…
Cancel
Save