-
### This is a pyzmq bug
- [X] This is a pyzmq-specific bug, not an issue of zmq socket behavior. Don't worry if you're not sure! We'll figure it out together.
### What pyzmq version?
latest
…
-
Hello,
I am trying to setup the ZQM integration for dispatcher and I am getting this issue. I think the config piece is not right and there is not much information on how to set it:
Can somebody t…
-
For my current software, I've been installing dynamic ZMQ libraries: apt-get install libzmq3-dev. Requires extra work when software is deployed and would like to get linkable static libraries to use…
-
**_I affirm:_**
- [x] I understand that if I do not agree to the following points by completing the checkboxes my issue will be ignored.
- [x] I have read and understood the [Contributing Guide]…
-
I am trying to set up sublime-IJulia, but I have a problem in doing Sublime-IJulia.sublime-settings, which is step 7 in README.md. My file is as below.
```
"osx": {
"zmq_shared_library": "/U…
-
I'v been trying to install ZMQ on macOS with PHP 8.2.12 on my M1 but I am met with this:
```
pecl install zmq-beta
downloading zmq-1.1.3.tgz ...
Starting to download zmq-1.1.3.tgz (82,397 bytes)…
-
Version: `0.2.0-SNAPSHOT`
OS: `macOS 10.13.6`
```
java.lang.UnsatisfiedLinkError: /private/var/folders/zr/fybt2bs959d0y53w54hlb3qr0000gp/T/libjzmq870051029389846643.lib: dlopen(/private/var/fol…
-
This is the error log from the given command
```
Traceback (most recent call last):
File "/private/var/tmp/sage-10.4-current/local/var/lib/sage/venv-python3.12.4/bin/sage-notebook", line 237, i…
-
_ZMQ.Curve.generateKeyPair()_ does not work on a "standalone way". The below code-snippet throws UnsatisfiedLinkError:
```
import org.zeromq.ZMQ;
public class GenerateKeys {
public static void ma…
-
Tested on zmq 0.10.0, Ubuntu 20.04 and 22.04.
Example:
```
use zmq::{Context, Error, SocketType::PUSH};
fn main() -> Result {
let zmq_context = Context::new();
let push_socket = zmq_…