Skip to content

Commit

Permalink
Update AsyncConsumerWorkService.cs
Browse files Browse the repository at this point in the history
fixed another issue with exception details
  • Loading branch information
JanEggers authored Oct 22, 2020
1 parent f13b81b commit 745e1e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ private static async Task HandleConcurrent(Work work, IModel model, SemaphoreSli
var details = new Dictionary<string, object>
{
{ CallbackExceptionEventArgs.Consumer, work.Consumer },
{ CallbackExceptionEventArgs.Context, work.Consumer }
{ CallbackExceptionEventArgs.Context, work.Context }
};
modelBase.OnCallbackException(CallbackExceptionEventArgs.Build(e, details));
}
Expand Down

0 comments on commit 745e1e8

Please sign in to comment.