Shishir Pandey
Shishir Pandey
I would like to help with this, @mk270 could you tell you mean by idiomatic examples, I have tried the following code example and it is working: The server module...
@drozzy what is the equivalent of `socket.close()` in `chumak`? I am trying to implement the `lazy pirate` pattern, where one has to close the socket and restart a new one...
@drozzy any idea how to have an `unblocking` receive command? Trying to implement [`msreader`](https://zguide.zeromq.org/docs/chapter2/#Handling-Multiple-Sockets) https://github.com/booksbyus/zguide/blob/master/examples/Erlang/msreader.es
@alzmcr Could you give an example with a data set? I am finding it hard to understand what the parameter `param` look like?
Are you saying the [high-water mark](https://zeromq.org/socket-api/#high-water-mark) is not implemented for PUBSUB?
The [`zeromq pubsub` protocol](https://rfc.zeromq.org/spec/29/) protocol says there should a queue per peer and the dropping of message happens for the peer which reaches High water mark (`hwm`), not for others....
Need this feature.