lua-users home
lua-l archive

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


On Mon, 31 Dec. 2018, 16:45 murthy <the.srinivas.murthy@gmail.com wrote:
I was referring to the KEEP ALIVE option so that the TCP connection is kept
around (with a timeout) between multiple websocket send's (and avoid the
conn setup/teardown for each send).



--
Sent from: http://lua.2524044.n2.nabble.com/Lua-l-f2524044.html

Websockets do not set up a new connection for each frame. Sounds like you've been mislead at some point...