You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
line 207, in read_results
result = await asyncio.wait_for(self.loop.run_in_executor(None, receive_func), timeout=timeout + delta)
File "/usr/lib/python3.9/asyncio/tasks.py", line 466, in wait_for
await waiter
asyncio.exceptions.CancelledError
would be nice to have opportunity to increase task waiting timeout
The text was updated successfully, but these errors were encountered:
I am having issue
would be nice to have opportunity to increase task waiting timeout
The text was updated successfully, but these errors were encountered: