-
We tried to enable zmq for sync mode. We tested in docker-sonic-vs but found that orchagent was still using Redis (while syncd could successfully use zmq). We can see the zmq logging in syncd but not …
-
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…
-
## Version(s) of meta-rust
master (a4302679bbe2bfc5762aa47003ca8192f21a1342)
## Version(s) of poky and/or oe-core
master/hardknott (7d0988966cc1fd9e93549ca2ec21ac3bc765ceb6)
## Expected result…
-
1. When I run `:JupyterConnect`, I get the message `` in the `vim` and `gvim` message bars (at bottom of screen). This sometimes results in `gvim` freezing and I have to kill the process. Sometimes …
-
When replying asynchronously from a hello server, the server context disappears (due to network failure).
For subscriptions to work reliable this mechanism has to become more robust.
currently on the…
-
Based on input from @kkoopa (https://funcptr.net/2012/09/10/zeromq---edge-triggered-notification/) and recent bugs, I want to suggest the following rewrite of the flush loop (roughly). Feedback incred…
-
It is well known that the zmq extension has issues ever since 7.2 and therefore the ZeroMQ package is not allowed since systems will not have that. This prevents us from using WSS since the pusher is …
-
Just a feature request. It would be nice if restarting a process wouldn't lose messages left inside TCP buffers. I'm not sure of the best way to handle this, but here's a proposal:
- On the write side…
-
Hi,
I run into a strange bug today, due to monitor_t.
To my understanding of the class, what init() does is reversed by abort() call.
abort() should then free the socket, to allow the zmq con…
-
Looking to other examples for inspiration, it might make sense to replace `--zmq-addr` with separate parameters:
```
--hostname (localhost by default)
--port (conventional default port by default…