File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -382,6 +382,7 @@ async def _handle_reconnect(self):
382
382
await self .connect (self .connection_url ,
383
383
headers = self .connection_headers ,
384
384
transports = self .connection_transports ,
385
+ namespaces = self .connection_namespaces ,
385
386
socketio_path = self .socketio_path )
386
387
except (exceptions .ConnectionError , ValueError ):
387
388
pass
Original file line number Diff line number Diff line change @@ -477,6 +477,7 @@ def _handle_reconnect(self):
477
477
self .connect (self .connection_url ,
478
478
headers = self .connection_headers ,
479
479
transports = self .connection_transports ,
480
+ namespaces = self .connection_namespaces ,
480
481
socketio_path = self .socketio_path )
481
482
except (exceptions .ConnectionError , ValueError ):
482
483
pass
You can’t perform that action at this time.
0 commit comments