Closed as not planned
Description
I am getting this stacktrace from time to time. It appears during program shutdown.
tcp_server.py", line 79, in __cb
fut = self.loop.run_in_executor(None, lambda: self.onMessageReceived(data))
File "python3.10/asyncio/base_events.py", line 818, in run_in_executor
executor.submit(func, *args), loop=self)
File "python3.10/concurrent/futures/thread.py", line 167, in submit
raise RuntimeError('cannot schedule new futures after shutdown')
Here __cb is a coroutine i pass to asyncio.start_server
I am using Python 3.10.4
Metadata
Metadata
Assignees
Projects
Status
Done

