You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adopting latest Beast classes (tcp_stream and asio::ssl::stream)
Store the identifier/UUID of the session
Clean sending queue at disconnection time
Update the Jupyter notebook to put a dataspace with ACLs and LegalTags
if (pair.second.requestUuid.array == msg.requestUuid.array) {
109
-
toRemove = pair.first;
110
-
break;
111
-
}
112
-
}
113
-
114
-
if (toRemove != (std::numeric_limits<int64_t>::max)()) {
115
-
session->subscriptions.erase(toRemove);
116
-
}
117
-
else {
118
-
session->send(ETP_NS::EtpHelpers::buildSingleMessageProtocolException(5, "The subscription request UUID is unknown by the store."), messageId, 0x02);
119
-
}
106
+
session->send(ETP_NS::EtpHelpers::buildSingleMessageProtocolException(7, "The StoreHandlers::on_UnsubscribeNotifications method has not been overriden by the agent."), 0x02);
0 commit comments