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.
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.