Skip to content

Commit

Permalink
missing cancel
Browse files Browse the repository at this point in the history
  • Loading branch information
rysweet committed Nov 1, 2024
1 parent 930d3c7 commit 5ffcbf9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public interface IHandleConsole : IHandle<Output>, IHandle<Input>
{
string Route { get; }
AgentId AgentId { get; }
ValueTask PublishEventAsync(CloudEvent item);
ValueTask PublishEventAsync(CloudEvent item, CancellationToken cancellationToken = default);

async Task IHandle<Output>.Handle(Output item)
{
Expand Down

0 comments on commit 5ffcbf9

Please sign in to comment.