mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-20 16:40:35 +00:00
Pointer to messageing_service object is stored in each request continuation, so the object destruction should not happen while any of these continuations is scheduled. Use gate object to ensure that.