iamaleksey / lua-zmq

Lua zeromq2 binding

Home Page:http://github.com/iamaleksey/lua-zmq

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Examples cliente.lua and server.lua does nothing wint zeromq 2.0.10

mingodad opened this issue · comments

I've downloaded and installed zeromq 2.0.10 and the lua binding on both win32 and linux and on both I have the same reult:
client.lua and server.lua start and sit there waiting forever without any sign of life and I use ctrl-c to finish then.
Is this an issue someone else is experimenting ?

I found that using "tcp://localhost:5555" doesn't work but "tcp://127.0.0.1:5555" does.

Also be sure to tell window to let lua.exe through the firewall.

But I agree with mingodad that localhost and hostnames in general did not seem to work. IP addresses did.