11.12.2023, 12:47
This only affects copas version, sync should work correctly. It works for me with this library version: https://forum.logicmachine.net/showthrea...8#pid16878
Code:
ws = require('user.ws')
client = ws.client('sync', 10)
client:connect('ws://admin:password@127.0.0.1/apps/localbus.lp')
while true do
log(client:receive())
end