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

Add protocol version in remote connection handshake

Open rogeralsing opened this issue 1 year ago • 0 comments

To avoid problematic upgrades where the protocol has evolved and old members cannot talk to new members. We could add a protocol version to the connect request.

This could use some form of semantic versioning where we increment the version if we know it is incompatible with previous ones.

rogeralsing avatar Oct 08 '22 08:10 rogeralsing