lua-resty-websocket icon indicating copy to clipboard operation
lua-resty-websocket copied to clipboard

WebSocket support for the ngx_lua module (and OpenResty)

Results 35 lua-resty-websocket issues
Sort by recently updated
recently updated
newest added

I want to find all the current connect sock to the websocket server, and send response to them.(a chatting room.) I Save the socks to module table in every request....

Hello, I'm implementing a websocket server using lua-resty-websocket. When I send small frames everything is okay. But when the frame is getting bigger, approx 32kB I start receiving this message:...

Hi. how Can I implement ws ratelimiting by using this module? not only based on the connection but also inspect all request and message which is come in a websocket...

branch : master https://github.com/openresty/lua-resty-websocket/blob/eba3e979620f847fc6bdb3f64e9adf86b59a0251/lib/resty/websocket/client.lua#L172 ``` if scheme == "wss" then if not ssl_support then return nil, "ngx_lua 0.9.11+ required for SSL sockets" end if client_cert then ok, err = sock:setclientcert(client_cert,...

How to run perl tests without Test.pm file? IThere is no pm file in the t directory, only t-files. https://github.com/openresty/lua-resty-websocket/tree/master/t ``` perl t/count.t t/cs.t t/sanity.t 1..18 Bail out! Failed to...