Skip to content

Commit

Permalink
fix IEventBus
Browse files Browse the repository at this point in the history
  • Loading branch information
nnhy committed Dec 13, 2024
1 parent e4fd056 commit 9eb82d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NewLife.Core/Messaging/IEventBus.cs
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ public virtual async Task<Int32> PublishAsync(TEvent @event, IEventContext<TEven
{
var handler = item.Value;
await handler.HandleAsync(@event, context).ConfigureAwait(false);
rs++;
}

return rs;
Expand Down

0 comments on commit 9eb82d6

Please sign in to comment.