We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5afcfec commit e20d2e2Copy full SHA for e20d2e2
1 file changed
seleniumbase/undetected/cdp_driver/connection.py
@@ -593,10 +593,12 @@ async def listener_loop(self):
593
"Connection listener exception "
594
"while reading websocket:\n%s", e
595
)
596
+ self.idle.set()
597
break
598
if not self.running:
599
# If we have been cancelled or otherwise stopped running,
600
# then break this loop.
601
602
603
self.idle.clear() # Not "idle" anymore.
604
message = json.loads(msg)
0 commit comments