19.10.2017, 09:19
Yes, it supports multiple clients.
See this example on how to pass data to all connected clients:
http://openrb.com/example-lm2-as-tcp-ser...-requests/
You can pass any number of arguments via pcall, you can pass both data and socket if you want to send a reply to a specific client.
See this example on how to pass data to all connected clients:
http://openrb.com/example-lm2-as-tcp-ser...-requests/
You can pass any number of arguments via pcall, you can pass both data and socket if you want to send a reply to a specific client.