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 3c71ce6 commit 0fecdb7Copy full SHA for 0fecdb7
packages/jsonrpc2/src/robotcode/jsonrpc2/server.py
@@ -198,7 +198,6 @@ def run() -> None:
198
stop_event.wait(0.01)
199
200
with ThreadPoolExecutor(max_workers=1, thread_name_prefix="aio_readline") as stdio_executor:
201
- self._stdio_threadpool = stdio_executor
202
await asyncio.wrap_future(stdio_executor.submit(run))
203
204
self.loop.run_until_complete(aio_readline(transport.rfile, protocol))
0 commit comments