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
1502
1502
unsubscribe (RequestUnsubscribeParams params);
1503
1503
[[nodiscard (" potentially leaked event" )]] GRAPHQLSERVICE_EXPORT AwaitableDeliver deliver (
1504
1504
RequestDeliverParams params) const ;
1505
+ void removeSubscription (SubscriptionKey key);
1505
1506
1506
1507
private:
1507
1508
[[nodiscard (" leaked subscription" )]] SubscriptionKey addSubscription (
1508
1509
RequestSubscribeParams&& params);
1509
- void removeSubscription (SubscriptionKey key);
1510
1510
[[nodiscard (" unnecessary call" )]] std::vector<std::shared_ptr<const SubscriptionData>>
1511
1511
collectRegistrations (std::string_view field, RequestDeliverFilter&& filter) const noexcept ;
1512
1512
You can’t perform that action at this time.
0 commit comments