protoactor-dotnet icon indicating copy to clipboard operation
protoactor-dotnet copied to clipboard

Introduce message priority for Remote layer

Open rogeralsing opened this issue 5 months ago • 1 comments

Make it possible to give some messages priority for the Remote layer. E.g. Gossip messages.

This can probably be solved with a priority queue, or an approach similar to system vs user messages for the mailbox. The idea is to make gossip timeouts less frequent when a system is under heavy load

rogeralsing avatar Jan 20 '24 16:01 rogeralsing