lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Mon, 31 Dec 2018 at 14:58, murthy <the.srinivas.murthy@gmail.com> wrote:
>
> I see a few lua websocket client libs out there. Please let me know if there
> is one with KEEPALIVE support that is recommended.

By "keepalive" do you mean ping/pong?

lua-http will send pongs for you automatically.
There is also a :send_ping method if you want to send one yourself.
https://daurnimator.github.io/lua-http/0.2/#http.websocket