-
Hi Ben,
I'm currently playing around with the implications of manually destroying the zmqpp::context by calling zmq_ctx_destroy on it. Obviously this is not "normal" behavior, but rather a rare edge …
-
@mcdo0486 raises the importance of protocol reliability:
However, I think we need to make sure that a data protocol doesn’t replace the current threaded pymeasure architecture. This discussion is …
-
# Steps to reproduce
When creating a `timeflux.nodes.zmq.Pub` node with the `msgpack` serializer like
```python
module: timeflux.nodes.zmq
class: Pub
params:
topic: eeg
serializer:…
-
Something gets broken inside of `perl`, when certain functions from `ZMQ::LibZMQ3` are added into the code. It does not matter if the functions ever actually execute. This test case should get stuck f…
-
I found there are problems when running zmq destination with syslog-ng 3.7.2
It compiles successfully, but it fails when running with the configuration below.
```
@version: 3.7
@include "scl.conf"
…
-
Greetings,
I hope this request aligns with the interests of fellow contributors. I regularly use APSIM to simulate crop production for "what-if" scenarios, and I’m exploring the possibility of inte…
-
Types like bytes/strings/arrays are effectively `owned` and they are destroyed when they go out of scope. However, there are some cases where we want to take ownership of the underlying memory used by…
-
Click to expand!
### Issue Type
Bug
### Have you reproduced the bug with TF nightly?
No
### Source
source
### Tensorflow Version
2.12.0
### Custom Code
Yes
### OS Platform and Distributi…
-
# Issue description
ZMQ_TOS is implemented using `setsockopt(socket, IPPROTO_IP, IP_TOS, ...)`.
The IP_TOS option has been obsolete for a long time on Windows. It has no effect on recent Windows…
-
Noticed I wasn't plotting courses anywhere then I hit the gevent error. Searched and didn't see an issue so I figured I'd post for clarity.
```
2016-07-31 02:52:20,241 [ pgoapi] [ INFO] Travel Lin…