ydb-platform / ydb-python-sdk

YDB Python SDK
https://ydb-platform.github.io/ydb-python-sdk/
Apache License 2.0
87 stars 50 forks source link

bug: TypeError: ReaderStream.close() missing 1 required positional argument: 'flush' #440

Closed nklokk closed 5 months ago

nklokk commented 5 months ago

Bug Report

YDB Python SDK version:

3.12.2

Current behavior:

ReaderStream.close() missing 1 required positional argument: 'flush' https://github.com/ydb-platform/ydb-python-sdk/blob/main/ydb/_topic_reader/topic_reader_asyncio.py#L195

Other information:

Traceback (most recent call last):
  File "/ydb-python-sdk/ydb/_topic_reader/topic_reader_asyncio.py", line 195, in _connection_loop
    await self._stream_reader.close()
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: ReaderStream.close() missing 1 required positional argument: 'flush'
nklokk commented 5 months ago

Fix #445