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.
1 parent 476dd87 commit b9e06b4Copy full SHA for b9e06b4
src/GooglePubSub/src/Eventuous.GooglePubSub/Subscriptions/GooglePubSubSubscription.cs
@@ -206,8 +206,8 @@ CancellationToken cancellationToken
206
}
207
208
public async Task Stop(CancellationToken cancellationToken = default) {
209
- await _subscriberTask.NoContext();
210
if (_client != null) await _client.StopAsync(cancellationToken).NoContext();
+ await _subscriberTask.NoContext();
211
212
213
public async Task CreateSubscription(
0 commit comments