lua-zmq icon indicating copy to clipboard operation
lua-zmq copied to clipboard

Lua zeromq2 binding

Results 7 lua-zmq issues
Sort by recently updated
recently updated
newest added

hi, how does lua-zmq install or compile in windows?

Hi, I have zeromq 4.1.2 installed under "/usr/local/" folder and C and Python samples already working. Then I installed lua packages: ``` [u@ubuntu:~]$ dpkg -l | fgrep lua | awk...

hi. I have zeromq-2.2.0 installed . ``` when i compile lua-zmq loads of errors occurs , such as , "size_t / socket_t" not declared and "fd_val" not declared please .......

The release of lua-zmq which can be downloaded for LuaJIT as binaries does not work with any of the poller test examples (e.g. local_thr_poll.lua) on Windows (e.g. 32bit XP): The...

ZMQ_Poller.remove create hole and after call `poll` socket id may change. This is testcase: ``` lua zmq = require "zmq" local wait do local ztimer = require "lzmq.timer" wait =...

Hi! In luvit/zmq I'm trying to build lua-zmq for luvit. In order to get rid of `cmake` and `libzmq-dev` (think of rootless access, e.g.) I'm trying to build libzmq.so locally....