Skip to content

issues Search Results · repo:zeromq/zeromq.js language:TypeScript

Filter by

406 results
 (84 ms)

406 results

inzeromq/zeromq.js (press backspace or delete to remove)

Hi there, I have some systems that are running Ubuntu 18/20 that can only run zeromq@5 but also newer systems on Ubuntu 24 that can only run zeromq@6. I want to install the pre built binaries for both ...
enhancement
  • MorningLightMountain713
  • Opened 
    on Apr 12
  • #722

Describe the bug A clear and concise description of what the bug is. #12 35.12 npm error code 1 #12 35.12 npm error path /app/node_modules/zeromq #12 35.12 npm error command failed #12 35.12 npm error ...
bug
  • Wayonb
  • 1
  • Opened 
    on Apr 3
  • #718

Describe the bug A clear and concise description of what the bug is. There is an issue with REST crashing with the new Zeromq in compat mode. The problem happens after a lot of creating and removing sockets. ...
bug
  • Wayonb
  • Opened 
    on Mar 30
  • #716

Describe the bug The ZeroMQ.js native addon fails to load on Ubuntu 22.04 with Node.js 18.20.7. It tries to load a prebuilt binary linked against musl (libc.musl-x86_64.so.1), which is unavailable on ...
bug
  • Dr-klo
  • 5
  • Opened 
    on Mar 30
  • #715

Describe the bug Installing globally from the github repo fails. Reproducing $ docker run -t --rm alpine ash -c cd ~ apk add npm git npm install --global github:zeromq/zeromq.js ... npm error ...
bug
  • rotu
  • 4
  • Opened 
    on Mar 24
  • #714

Describe the bug When trying to install zeromq on an aarch64 linux distribution, the install script for building from source fails. Specifically due to vcpkg errors vcpkg package management program ...
bug
  • ashkalor
  • 4
  • Opened 
    on Mar 21
  • #710

pubsubProxy.js const zmq = require( zeromq ); async function runProxy() { const xsub = new zmq.XSubscriber(); **// must using XSubscriber** const xpub = new zmq.XPublisher(); **// must using XPublisher** ...
enhancement
  • thk61159
  • Opened 
    on Mar 19
  • #709

**When waiting for messages with the UDP dish it consumes a lot of CPU import { Dish } from zeromq/draft ; import { cpuUsage } from process ; const group = demo ; async function run() { const dish ...
bug
  • bergmorten
  • 3
  • Opened 
    on Mar 13
  • #708

I m going through pub-sub tracing (espresso pattern) in the book and I couldn t get the sample code working. Reading through the zmq_proxy I see that the Proxy type in typescript doesn t support passing ...
  • pmbanugo
  • Opened 
    on Mar 11
  • #707

I m using the current version 6.3.0 of zeromq as at today. I have a push/pull pattern where I push a message so that workers can work on it, and then I pull back a response. // Push request to workers ...
  • pmbanugo
  • 2
  • Opened 
    on Mar 4
  • #706
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub