Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
rysweet committed Feb 13, 2025
1 parent edfda21 commit b763194
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,8 @@ private async ValueTask DispatchEventAsync(CloudEvent evt, CancellationToken can
tasks.Add(this.WriteResponseAsync(connection, evt, cancellationToken));
}
}
else{
else
{
// we have target agent types that aren't in the supported agent types
// could be a race condition or a bug
_logger.LogWarning($"Agent type {agentType} is not supported, but registry returned it as subscribed to {evt.Type}/{evt.Source}. Buffering an event to the dead-letter queue.");
Expand Down

0 comments on commit b763194

Please sign in to comment.