-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
When calling 'unsubscribeFrom' of subset of all subscription 'unsubscribeFrom' will throw exception on ARM architecure
std::vector<std::string> valid_subscriptions;
valid_subscriptions = threadApi.subscribeFor({
threadApi.buildSubscriptionQuery(
thread::EventType::THREAD_CREATE,
thread::EventSelectorType::CONTEXT_ID,
contextId
)
});
std::vector<std::string> invalid_subscriptions;
invalid_subscriptions = threadApi.subscribeFor({
threadApi.buildSubscriptionQuery(
thread::EventType::THREAD_CREATE,
thread::EventSelectorType::CONTEXT_ID,
"error"
)
});
threadApi.unsubscribeFrom({
valid_subscriptions
});Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels