-
I assume similar to #1036. Some path not handled correctly?
```
lt-flux-broker: module 'job-ingest' was not cleanly shutdown
lt-flux-broker: module 'job-info' was not cleanly shutdown
lt-flux-b…
chu11 updated
3 years ago
-
[ZMQ_packet_to_team_5.docx](https://github.com/11902804/MADDIGITAL-TEAM6/files/5710303/ZMQ_packet_to_team_5.docx)
-
When executing the following ruby snippet:
module ZMQ
class Socket
def dump_messages
loop do
message = recv_message
message.print
break unless rcvmore?
end
…
-
```
using (ZeroMQ.ZmqContext ctx = ZeroMQ.ZmqContext.Create())
using (ZeroMQ.ZmqSocket client = ctx.CreateSocket(SocketType.PUSH))
{
client.Connect(…
-
The zmq-server, when encountering an exception, gets stuck forever in the while loop, and prevents any subsequent requests from beind handled.
A potential solution si defining some sort of protocol…
-
*Please use this template for reporting suspected bugs or requests for help.*
# Issue description
zmq_proxy support other load balance algorithm except round-robining, for example, self-defined …
-
Implement a "description" field for each video in the playlist, accompanied by a checkbox, and a button to save the description to disk. If the checkbox is enabled, a textual description of the curren…
-
Hi,
Didn't know how to ask you to be sure that you will see this request, so added this issue here :)
Could you please experiment with github.com/pebbe/zmq3 instead of go-zmq in your application? Ju…
alxzh updated
11 years ago
-
*Please use this template for reporting suspected bugs or requests for help.*
# Issue description
I am using zeromq-4.0.1 source code. In production, there is 1 server and multiple clients. The co…
-
# AddressSanitizer doesn't play nice w/libsodium
When running unit tests under ASAN, I get the following:
```
Start 78: test_security_curve
78/122 Test #78: test_security_curve ..…