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

Use just plain old Codable for the messages #1

Closed ktoso closed 4 years ago

ktoso commented 4 years ago

We can make an efficient coder later on, since the messages should be as small as possible since we're in UDP datagrams which we'd want to keep under the MTU etc.