This commit is contained in:
Michael Davidsaver
2021-06-05 10:34:05 -05:00
parent 69ed03e508
commit 7170d6dd40
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -575,6 +575,7 @@ std::shared_ptr<Subscription> MonitorBuilder::exec()
auto op(std::make_shared<SubscriptionImpl>(context->tcp_loop));
op->self = op;
op->channelName = _name;
op->event = std::move(_event);
op->onInit = std::move(_onInit);
op->pvRequest = _buildReq();