apple / swift-distributed-actors

Peer-to-peer cluster implementation for Swift Distributed Actors
https://apple.github.io/swift-distributed-actors/
Apache License 2.0
591 stars 55 forks source link

SWIM/Associations: Simplify/remove withEnsuredAssociation #601

Open ktoso opened 4 years ago

ktoso commented 4 years ago

It can be simpler, we only need to check:

ktoso commented 4 years ago

This can be done with the new impl over the OSS swim instance

ktoso commented 4 years ago

This is done thanks to the OSS swim impl in: https://github.com/apple/swift-distributed-actors/pull/746