Skip to content

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

@bsergean

Description

@bsergean
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions