openresty/lua-resty-websocket

websocket ratelimiting

ehsanhajian opened this issue · 0 comments

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 connection. as you know by using a tool like websocat, users can initiate a connections and send many messages in one connection but in loadbalancer side I only see one connection in log.

Thanks for your answer.