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

Exponential backoff when trying to connect to address that returns blocked member id

Open rogeralsing opened this issue 2 years ago • 1 comments

In the remote reader, when we connect to an address and the remote address returns a member-id that is blocked. We should backoff and not try to reconnect within x time again. blocking is per memberid and not per address, as the address can be reused later on.

rogeralsing avatar May 17 '22 14:05 rogeralsing

marking as a bug as the connecting system will spam-reconnect right now

rogeralsing avatar May 17 '22 14:05 rogeralsing