Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Hawxy authored and jeremydmiller committed Mar 21, 2024
1 parent 582983d commit ac5129a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Transports/Pulsar/Wolverine.Pulsar/PulsarListener.cs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public async ValueTask DeferAsync(Envelope envelope)

public async ValueTask DisposeAsync()
{
await _localCancellation.CancelAsync();
_localCancellation.Cancel();

if (_consumer != null)
{
Expand Down

0 comments on commit ac5129a

Please sign in to comment.