-
```
Thank you for your wonderful program update! But a serious error has crept into
it now.
1. What version of Python(x,y) have you installed?
2.7.5.0
2. Which components have you installed (Pytho…
-
Hello everyone,
So here is my problem, I am working on a web scraper to perform trades depending on information gathered on the internet.
However, when I try executing requests inside a python scrip…
-
Hi,
I wanted to use the zmq plugin for some analytics but got a segmentation fault.
**Environment:**
- Ubuntu 18.04
- EOSIO latest / git head ( > v1.5.1)
**GDB Output:**
_gdb --a…
-
Bug Identified: zmq_util wouldn't throw error when should return EAGAIN.
Code has been pushed to the repository.
- Background:
- ROUTER socket would silently discard a msg if ZMQ_ROUTER_MANDATORY i…
-
Mem consumption from slow consumers can become a problem as ZMQ stores a message until all consumers have acknowledged it. ZMQ_HWM can be used to fix this, in combination with smart client behaviour t…
-
I've set `(setq jupyter-use-zmq nil)`. When running an src block the kernel on first run is nearly always unresponsive with this error in `Messages` (shortened, let me know if the complete one is ne…
-
Hi,
I sudo npm install zmq-3.0 and followed the install instructions for Zmq 3.1 as specified per shripadk.
I changed the simple-server.js and simple-client (in the example folder) to the require (z…
-
I send a small image file in 1024 byte chunks from zmq server to zmq client over push-pull socket. I get most of the file but the last 9KB. On doing console.log, it shows that message length received …
-
# Issue description
Assertion failed: _input_stopped (stream_engine.cpp:467)
# Environment
* libzmq version (commit hash if unreleased): 4.3.2
* OS: macos 10.15.4
# Minimal test code / St…
-
As @weigao95 pointed out, it would be better to have the server reply that it got the plan, and then reply again when it finishes the plan.
This might change the state machine architecture?
---…