mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-25 11:00:35 +00:00
If last response comes after write timeout is triggered, but before continuation, that suppose to handle it runs the handler can be removed to earlier and be access from the continuation after deletion. Fix it by making response handler to be shared pointer instead of unique and holding to it in timeout continuation.