You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when the EventRelayQueueProcessor.ProcessMessage delivers an event to all subscribers, it then sends the DeliveryResults to the SubscriptionService.
We should probably consider dumping these DeliveryResults on another queue, and have another 'QueueProcessor' pick them up and deliver them using the IServiceClient.
The text was updated successfully, but these errors were encountered:
Currently, when the
EventRelayQueueProcessor.ProcessMessage
delivers an event to all subscribers, it then sends the DeliveryResults to the SubscriptionService.We should probably consider dumping these DeliveryResults on another queue, and have another 'QueueProcessor' pick them up and deliver them using the
IServiceClient
.The text was updated successfully, but these errors were encountered: