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
Having recently implemented CURVE ZMQ using this library, it's not clear in the examples which calls should be made only on the client, only on the server or on both as they are contained within the same file.
I'd suggest either splitting them into two separate components go files, or clearly commenting them to indicate which side of the connection each call belongs to.
The text was updated successfully, but these errors were encountered:
Having recently implemented CURVE ZMQ using this library, it's not clear in the examples which calls should be made only on the client, only on the server or on both as they are contained within the same file.
I'd suggest either splitting them into two separate components go files, or clearly commenting them to indicate which side of the connection each call belongs to.
The text was updated successfully, but these errors were encountered: