We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 17b8df6 + 8e7e8c9 commit 3a8d2fbCopy full SHA for 3a8d2fb
include/graphqlservice/GraphQLService.h
@@ -1002,7 +1002,7 @@ class Request : public std::enable_shared_from_this<Request>
1002
const TypeMap _operations;
1003
std::unique_ptr<ValidateExecutableVisitor> _validation;
1004
internal::sorted_map<SubscriptionKey, std::shared_ptr<SubscriptionData>> _subscriptions;
1005
- internal::string_view_map<internal::sorted_set<SubscriptionKey>> _listeners;
+ internal::sorted_map<SubscriptionName, internal::sorted_set<SubscriptionKey>> _listeners;
1006
SubscriptionKey _nextKey = 0;
1007
};
1008
0 commit comments