stream-lua-nginx-module icon indicating copy to clipboard operation
stream-lua-nginx-module copied to clipboard

UDP server implementation with Openresty ngx-lua-stream

Open webandbusiness opened this issue 7 years ago • 4 comments

Hello i am trying in vain to implemant a simple UDP server with ngx-lua-stream module attempt to call field 'udp_socket' in ngx.req.udp_socket gives an error (nil value) i am using the latest openresty Pls help

webandbusiness avatar Nov 25 '18 11:11 webandbusiness

PS: i am using openresty 1.12 on debian8 x64 bits

webandbusiness avatar Nov 25 '18 16:11 webandbusiness

https://github.com/openresty/stream-lua-nginx-module#nginx-compatibility

tst2005 avatar Nov 26 '18 16:11 tst2005

Thanks but i tried, with latest openresty and ngx-lua-stream, but compilation error regards

webandbusiness avatar Nov 26 '18 17:11 webandbusiness

@webandbusiness You should paste the exact error messages you are getting. Otherwise we cannot guess out what problems you may have.

Also, give the following preview version a try:

https://openresty.org/download/openresty-1.15.8.1rc0.tar.gz

agentzh avatar Feb 04 '19 07:02 agentzh