Skip to content

Commit

Permalink
[FIX][ConnectionHandler] (90,21): error AK1002 https://getakka.net/…
Browse files Browse the repository at this point in the history
  • Loading branch information
eaba committed Feb 2, 2024
1 parent 7bc1f9d commit b59ebbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SharpPulsar/Client/ConnectionHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ private void Listening()
{
var children = Context.GetChildren();
foreach (var child in children)
await child.GracefulStop(TimeSpan.FromMilliseconds(100));
_ = child.GracefulStop(TimeSpan.FromMilliseconds(100));
ConnectionClosed(c.ClientCnx);
});
Stash?.UnstashAll();
Expand Down

0 comments on commit b59ebbb

Please sign in to comment.