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

Provides a set of async. callback based handlers for working with raw TCP/UDP socket, ZeroMQ sockets, or HTTP client/server.

Results 3 lua-handlers issues
Sort by recently updated
recently updated
newest added

This is needed for working udp bind FreeBSD 10.2+. I have not wrapped it into n_assert because on other systems 'reuseport' is maybe not available and will bail out. It's...

I'm testing a bit with the poller branch and udp (i need COAP support). While testing it on FreeBSD i got into trouble with the server mentioning "Adress already in...

I have a suggestion for a patch, but I'm very unsure on how to best do it. Problem is that current lua-handler doesn't do getaddrinfo before making a new socket,...