gomq icon indicating copy to clipboard operation
gomq copied to clipboard

Pure Go Implementation of a Subset of ZeroMQ

Results 9 gomq issues
Sort by recently updated
recently updated
newest added

```bash 9 @ 0x403c290 0x400a29d 0x400a065 0x4165d5c 0x406c6d1 # 0x4165d5b github.com/zeromq/gomq/zmtp.(*Connection).RecvMultipart.func1+0x45b /Users/zhanqp/go/pkg/mod/github.com/zeromq/gomq/[email protected]/conn.go:505 ```

Hey Hopefully it's ok to ask questions. So, since it's pure Go, does that mean that the sending of the ZMQ message payload can be done with zero-copy mechanics? Since...

After reading the "Version Negotiation" section of rfc23, I think we can try to work with a lower protocol peer in the future. See also: https://rfc.zeromq.org/spec/23/

It seems that the protocol version is upgraded to 3.1 for no reason in this PR. https://github.com/zeromq/gomq/pull/77/files In the rfc of zeromq, "Resource" is added to connnection metadata in version...

boomer is using gomq to pull message from master like [this](https://github.com/myzhan/boomer/blob/master/client_gomq.go#L86). Sometimes I got a panic(index out of range) from inside gomq, generated by [this line](https://github.com/zeromq/gomq/blob/master/socket.go#L115). Then I print out...

`gomq` should add support for PUB/SUB as defined in: - https://rfc.zeromq.org/spec:29/PUBSUB

`gomq` should add support for `REQ/REP` as definied in: - https://rfc.zeromq.org/spec:28/REQREP

We've now made enough progress to step back and clean things up. Let's get tests for what we have in place at this point.

enhancement
help welcome

Is this project still in development? The readme says the code is young but there hasnt been a commit since 2020. If development has stalled due to a technical problem,...