You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we have module and client initialized independently of each other.
This can lead to divergence.
While not all the information used and all the parameters set up during the initialization are necessary to both parties, it is beneficial to avoid code duplication and avoid divergence.
This will have to go into dyad/common.
The module can rely on node id, and broker rank initialized for setting up end points.
The text was updated successfully, but these errors were encountered:
Currently, we have module and client initialized independently of each other.
This can lead to divergence.
While not all the information used and all the parameters set up during the initialization are necessary to both parties, it is beneficial to avoid code duplication and avoid divergence.
This will have to go into dyad/common.
The module can rely on node id, and broker rank initialized for setting up end points.
The text was updated successfully, but these errors were encountered: