long2ice / asynch

An asyncio ClickHouse Python Driver with native (TCP) interface support.
https://github.com/long2ice/asynch
Apache License 2.0
185 stars 43 forks source link

#71 Correct check life connection #98

Closed gnomeby closed 7 months ago

gnomeby commented 8 months ago

Remove duplicated variable that is not updated after ProtoConnection has been disconnected.

long2ice commented 7 months ago

Thanks!