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, the interaction with the local chord instance can only happen via TCP sockets. However, it would be preferable to have a chord library exporting its api as Rust functions.
The TCP api interface can then be built on top of this functionality in order to provide the exemplary binary.
The text was updated successfully, but these errors were encountered:
Currently, the interaction with the local chord instance can only happen via TCP sockets. However, it would be preferable to have a chord library exporting its api as Rust functions.
The TCP api interface can then be built on top of this functionality in order to provide the exemplary binary.
The text was updated successfully, but these errors were encountered: