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):
382382 await self .connect (self .connection_url ,
383383 headers = self .connection_headers ,
384384 transports = self .connection_transports ,
385+ namespaces = self .connection_namespaces ,
385386 socketio_path = self .socketio_path )
386387 except (exceptions .ConnectionError , ValueError ):
387388 pass
Original file line number Diff line number Diff line change @@ -477,6 +477,7 @@ def _handle_reconnect(self):
477477 self .connect (self .connection_url ,
478478 headers = self .connection_headers ,
479479 transports = self .connection_transports ,
480+ namespaces = self .connection_namespaces ,
480481 socketio_path = self .socketio_path )
481482 except (exceptions .ConnectionError , ValueError ):
482483 pass
You can’t perform that action at this time.
0 commit comments