BEagle1984 / silverback

Silverback is a simple but feature-rich message bus for .NET core (it currently supports Kafka, RabbitMQ and MQTT).
https://silverback-messaging.net
MIT License
259 stars 38 forks source link

feat: add support for CancellationToken in publishers #202

Open igorgiovannini opened 1 year ago

igorgiovannini commented 1 year ago

This PR adds support for CancellationToken in publishers (and properly propagates it through the chain) as described in issue #116