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

simplify ping PingResponse, no need for explicit error case #24

Closed ktoso closed 4 years ago

ktoso commented 4 years ago

Simplify the PingResponse type, it does not need to specialize error/timeout, from SWIMs perspective everything is a timeout.

ktoso commented 4 years ago

I think you'll like all the "remove and simplify" incoming PRs here @avolokhov :-)