[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: websocket client lib with KEEPALIVE support
- From: Daurnimator <quae@...>
- Date: Mon, 31 Dec 2018 15:59:39 +1100
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