zarusz / SlimMessageBus

Lightweight message bus interface for .NET (pub/sub and request-response) with transport plugins for popular message brokers.
Apache License 2.0
467 stars 78 forks source link

[Host.Outbox] Return gracefully from OutboxLockRenewalTimer on token cancellation #279

Closed EtherZa closed 2 months ago

EtherZa commented 2 months ago

OutboxLockRenewalTimer throws an exception on CancellationToken expiration instead of handling the cancellation gracefully/returning.

sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
100.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

zarusz commented 2 months ago

Looks good, shall I merge or you plan more changes @EtherZa?

EtherZa commented 2 months ago

Looks good, shall I merge or you plan more changes @EtherZa?

This is the only issue that I am aware of at the moment. I'll create a new PR should I come across anything else.