Closed nklokk closed 5 months ago
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'
Fix #445
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: