lasp-lang / partisan

High-performance, high-scalability distributed computing for the BEAM.
https://partisan.dev
Apache License 2.0
914 stars 60 forks source link

Ensure connections before do_send_message #4

Closed cmeiklejohn closed 8 years ago

cmeiklejohn commented 8 years ago

Before attempting to send a message on any of the connections that exist for any of the members of the active view in HyParView, or the full membership set in the default peer service, the connections should be refreshed using the establish_connections call.

cmeiklejohn commented 8 years ago

Addressed by https://github.com/lasp-lang/partisan/commit/995c20ae160f7ee95b1f7163dec7b7c00c3993cc.