Hi,
Anybody can help? I dont understand why this fails, 46 local connections = {} 57 socket.select(connections) although $ lua require("socket") foo = {} socket.select(foo) works. Why?
Anybody can help? I dont understand why this fails, 46 local connections = {} 57 socket.select(connections) although $ lua
require("socket") foo = {} socket.select(foo)
works. Why?
What do you mean by "works" vs. "doesn't work"? []s, Diego.