Files
scylladb/message
Gleb Natapov cea529f490 messaging_service: protect messaging_service from been destroyed while in use
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 shared pointer instead.

Fixes #273.
2015-09-03 13:59:05 +03:00
..