-
```
void __onConnect() {
size_t fd_size = _fd.sizeof;
zmq_getsockopt(_sock, ZMQ_FD, &_fd, &fd_size);
_fd_read_evt = createFileDescriptorEvent(_fd, FileDescripto…
-
Blocked by
https://github.com/mjhowell/gst-zeromq/blob/master/src/zeromq/gstzmqsrc.c#L187
-
It appears that the called_from_lib suppression only triggers if the named library directly calls an intercepted function.
In some cases, it would be very helpful if it ignored certain intevening l…
-
I am getting repeated crashing on first run attempts of Mu Editor v.1.2.0 on MacOS 10.13.6. The error about the libsodium build seems to indicate that this is a compatibility issue that would be solve…
-
@jameshcorbett reported that a flux-coral2 CI test is failing with most recent flux-core+flux-sched with the following log:
```
ok 1 - job-manager: load dws-jobtap plugin
PASS: t1000-dws-depe…
-
I have found that when running the following code with the non-blocking callback function, it blocks other scripts' audio outputs. This script should only be listening on the input side - it has no a…
-
The only difference between `...-node-6.tar.gz` and `...-node-8.tar.gz` - `zmq.node` built for different node versions
We can add all `zmq.node` versions to one `.tar.gz` and choose one in runtime au…
-
When the training starts, I open the viewer and the zmp error appears
![D045E480-5F8F-403b-9212-5A8D332E8952](https://user-images.githubusercontent.com/64113233/221136316-ce65f567-1ec8-45b9-98f…
-
# Issue description
I wrote a simple websocket server using ZeroMQ. I tried to use JS native websocket to communicate with the server, but failed in message handshake. But the websocket client, wri…
-
# Issue description
Building on Windows with MinGW_w64 fails when using Win32 threading model, using CMake and Ninja
# Environment
* libzmq version 4.3.2
* OS: Windows 10 64bit 1903
* MinGW…