-
When try to build from the latest master getting the following error
```
Curve.cpp:34:55: error: 'zmq_curve_keypair' was not declared in this scope
int rc = zmq_curve_keypair (public_key, secre…
buksy updated
8 years ago
-
**Describe the bug**
I run a little Request/Reply benchmark and found it to be very slow with only 7k messages/s.
**Reproducing**
```typescript
// server
const zmq = require("zeromq")
…
marcj updated
1 month ago
-
# Issue description
If I set the same identity to two sockets (DEALER) and connect them to one ROUTER socket, the first connected DEALER works fine, while the other one does connect, but no message…
-
When I try to use the asynchronous request/reply example (worker, client, broker):
https://github.com/imatix/zguide/blob/master/examples/C%23/rrworker.cs
https://github.com/imatix/zguide/blob/master/e…
-
Hi. I am trying to install the zerorpc-node on my system with Windows 10. Python 3.5 and Nodejs 10.16.0.
When i run npm install i get the following error
`npm install git+https://github.com/0rpc/z…
-
- [x] **upgrade geos >= 3.9.0 (mfext)**
- [x] **upgrade gdal >= 3.3.1 (mfext)**
- [x] **upgrade proj >= 8.1.0 (mfext)**
- [ ] upgrade json-c >= 0.15 (mfext) ==> We use system json-c now
- [x] **up…
-
**Describe the bug**
When connecting and subscribing on certain server (see below), node crashes with emergency exit.
**Reproducing**
Run this script:
```js
var zmq = require("zeromq");
var su…
-
I recently did a clean install of Jupyter Lab so I have a stable setup, without all those startup warnings etc.
I am keen to again have a "snippets" capability.
However I am a bit reluctant to i…
-
Ok this is probbably just a noob question but I keep getting this error when using zerorpc in electron.
error message:
```
Uncaught Error: The module '/home/jan/Development/musicled/node_modules/…
-
> Based on libzmq 3.2.5.
So when will this be in line with main ZeroMQ, that it 4.2 as of Nov 2016?