File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1502,11 +1502,11 @@ class [[nodiscard("unnecessary construction")]] Request
15021502 unsubscribe (RequestUnsubscribeParams params);
15031503 [[nodiscard (" potentially leaked event" )]] GRAPHQLSERVICE_EXPORT AwaitableDeliver deliver (
15041504 RequestDeliverParams params) const ;
1505+ void removeSubscription (SubscriptionKey key);
15051506
15061507private:
15071508 [[nodiscard (" leaked subscription" )]] SubscriptionKey addSubscription (
15081509 RequestSubscribeParams&& params);
1509- void removeSubscription (SubscriptionKey key);
15101510 [[nodiscard (" unnecessary call" )]] std::vector<std::shared_ptr<const SubscriptionData>>
15111511 collectRegistrations (std::string_view field, RequestDeliverFilter&& filter) const noexcept ;
15121512
You can’t perform that action at this time.
0 commit comments