mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-22 09:30:45 +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.