Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature/rcc] error read() called while another coroutine is already waiting for incoming data #2

Open
bsergean opened this issue Mar 3, 2020 · 0 comments

Comments

@bsergean
Copy link
Collaborator

bsergean commented Mar 3, 2020

future: <Future finished exception=ConnectionError("Error <class 'RuntimeError'> while reading from stream: ('read() called while another coroutine is already waiting for incoming data',)")>
Traceback (most recent call last):
  File "/home/app/.local/lib/python3.8/site-packages/rcc/connection.py", line 126, in readResponse
    buf = await self.reader.read(self.read_size)
  File "/usr/local/lib/python3.8/asyncio/streams.py", line 684, in read
    await self._wait_for_data('read')
  File "/usr/local/lib/python3.8/asyncio/streams.py", line 503, in _wait_for_data
    raise RuntimeError(
RuntimeError: read() called while another coroutine is already waiting for incoming data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant