asynkron / protoactor-dotnet

Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin
http://proto.actor
Apache License 2.0
1.74k stars 288 forks source link

Ignore OperationCanceledException in SafeTask #2140

Closed mugu-1 closed 3 weeks ago

mugu-1 commented 3 weeks ago

Description

Added a catch block for OperationCanceledException to ensure it is ignored and not logged, similar to the existing handling of TaskCanceledException. This change prevents logging of expected cancellation exceptions, reducing noise in the logs.

Purpose

This pull request is a:

Checklist

CLAassistant commented 3 weeks ago

CLA assistant check
All committers have signed the CLA.