mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-20 16:40:35 +00:00
Client connection may outlive its do_until() loop. Make connection point shared to overcome this. If connection dies while async handler is running it will not be deleted until the handler is executed.