Neopallium / lua-zmq

Lua zeromq2 binding
http://github.com/Neopallium/lua-zmq
MIT License
153 stars 36 forks source link

socket:recv() doesn't work on latest build #40

Closed antogerva closed 11 years ago

antogerva commented 11 years ago

I tested these build with Windows7: https://github.com/Neopallium/lua-zmq/downloads -luajit2.0_beta11_zmq2.2_llthreads.zip -luajit2_zmq2.2_llthreads.zip

With this code: http://zguide.zeromq.org/lua:hwclient

And it's seem that the script just freeze at "socket:recv()".

edit: well I'm a bit new to the world of socket... I tried this code from https://github.com/Neopallium/lua-zmq/issues/21 and it work. I'll try to figure what I'm doing wrong.

edit2: my bad, I managed to fix the issue myself. This was just my own mistake.