-
I'm struggling to resolve the error I received above running tests for zmq4 or when trying to use the zmq.Newsocket function. I've tried to clear everything out and re-install but still receive the ve…
-
Contents of config.m:
```
% ZMQ library filename
ZMQ_COMPILED_LIB = './libzmq.a';
% ZMQ library path
ZMQ_LIB_PATH = '/usr/local/Cellar/zeromq/4.3.4/lib/';
% ZMQ headers path
ZMQ_INCLUDE_P…
-
**Describe the bug**
I made a project with electron,vue and webpack. when i " import zmq from 'zeromq'" in my project.
When I start my project by webpack devServer,the chrome devtools report the err…
-
Hi,
We are using this library in a C++ DLL referenced by a 3rd party windows application. Everything runs fine on Windows, however we need to run it in Linux via Wine.
When trying to connect to …
-
*Please use this template for reporting suspected bugs or requests for help.*
# Issue description
ZMQ crashes with Bad address in tcp_recv
# Environment
* libzmq version (commit hash if un…
-
I'm new to pyzmq but I believe I found a bug with `bind_to_random_port`.
I ran this script to install zmq and pyzmq
```
#!/usr/bin/env bash
# example script for installing libzmq and pyzmq wit…
-
Hi. Anyone has / use and can share some PHP 8.1.3 windows builds?
Thanks.
-
```
> go version
go version go1.4.2 linux/amd64
> pacman -Qi zeromq
Name : zeromq
Version : 4.0.5-1
> go get github.com/takluyver/igo
# github.com/alecthomas/gozmq
could not determine…
smahs updated
8 years ago
-
Hi,
I have zeromq 4.1.2 installed under "/usr/local/" folder and C and Python samples already working.
Then I installed lua packages:
```
[u@ubuntu:~]$ dpkg -l | fgrep lua | awk '{print $1,$2}'
ii …
-
Running npm install on this project https://github.com/meatspaces/meatspace-chat results in the following error, was told to notify author of this package. I first installed zeromq using these instruc…