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 @@ -1509,11 +1509,11 @@ class [[nodiscard("unnecessary construction")]] Request
15091509 unsubscribe (RequestUnsubscribeParams params);
15101510 [[nodiscard (" potentially leaked event" )]] GRAPHQLSERVICE_EXPORT AwaitableDeliver deliver (
15111511 RequestDeliverParams params) const ;
1512+ void removeSubscription (SubscriptionKey key);
15121513
15131514private:
15141515 [[nodiscard (" leaked subscription" )]] SubscriptionKey addSubscription (
15151516 RequestSubscribeParams&& params);
1516- void removeSubscription (SubscriptionKey key);
15171517 [[nodiscard (" unnecessary call" )]] std::vector<std::shared_ptr<const SubscriptionData>>
15181518 collectRegistrations (std::string_view field, RequestDeliverFilter&& filter) const noexcept ;
15191519
You can’t perform that action at this time.
0 commit comments