Skip to content

Commit

Permalink
Update PiperServer.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Nov 11, 2020
1 parent e89b8a2 commit 36c722b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/DiffEngineTray/PiperServer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ public static async Task Start(
}
catch (Exception exception)
{
if (cancellation.IsCancellationRequested)
{
break;
}
ExceptionHandler.Handle("Failed to receive payload", exception);
}
}
Expand Down

0 comments on commit 36c722b

Please sign in to comment.