|
if(not options.keepalive) then Timer.CallAfter(function() |
|
sock:Disconnect(); |
|
end, 1); end; -- workaround for non-blocking write |
Currently having to maintain a workaround in order for writes to complete before the connection is closed.
Issue is tracked in Q-SYS support case 00139289, filed 16th Feb, 2023.
qsys-http-server/init.lua
Lines 1148 to 1150 in be5dd33
Currently having to maintain a workaround in order for writes to complete before the connection is closed.
Issue is tracked in Q-SYS support case 00139289, filed 16th Feb, 2023.