apple / swift-cluster-membership

Distributed Membership Protocol implementations in Swift
https://apple.github.io/swift-cluster-membership/
Apache License 2.0
201 stars 20 forks source link

Instance could manage sequence numbers per-target #39

Closed ktoso closed 4 years ago

ktoso commented 4 years ago

Just a minor thing really, not sure if worth the effort since the numbers are already UInt64 anyway

ktoso commented 4 years ago

I'm not sure this actually matters in reality, closing for now. The seqID is anyway an integer that we always send around and it does not really matter what number it is.

It's an UInt64 and definitely not the largest piece of the payloads anwyay.