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