herecydev / Rush

Messaging library for .NET
MIT License
2 stars 0 forks source link

CancellationToken exception #5

Closed herecydev closed 8 years ago

herecydev commented 8 years ago

Cancelling a token often results in an OperationCanceledException which should not be caught and reprocessed, else the cancellation process won't have an impact.