anggoran
anggoran11mo ago

Using ZeroMQ from NPM

Anyone got fixed the same error as this issue? https://github.com/denoland/deno/issues/18345
GitHub
Deno panicked trying to run ZeroMQ from NPM package · Issue #18345 ...
While trying to run the code bellow: import zmq from "npm:zeromq@5" async function run(): Promise<void> { const sock = new zmq.Pull sock.connect("tcp://127.0.0.1:3000") co...
0 Replies
No replies yetBe the first to reply to this messageJoin