mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-30 19:46:48 +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.