zmq4 icon indicating copy to clipboard operation
zmq4 copied to clipboard

[Examples] Consider splitting examples into server/client components

Open hamid-elaosta opened this issue 6 years ago • 0 comments

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.

hamid-elaosta avatar Jul 19 '18 10:07 hamid-elaosta