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] Polling causes an unnessary delay / notify OutboxSendingTask that the outbox has been populated #275

Closed EtherZa closed 2 months ago

EtherZa commented 2 months ago

When a message is sent to the outbox for deferred publishing, the OutboxSendingTask service can be notified that a new message(s) is waiting to be processed so as to avoid waiting for the timer to elapse.

zarusz commented 2 months ago

Closed via #276 See the 2.4.0-rc10 release (or newer).