Websocket dat disconnects after 10s

Hi,

I’m trying to use the websocket dat to grab data from onTime (an open source rundown management tool - Ontime).

I can connect to the websocket server and get data but the connections closes after 10 to 20 seconds.

I can’t find much ways to debug this. As a temp fix, I’ve made an external websocket to osc bridge in pure python which works fine and does not disconnect but I’d like to avoid using external processes.

Any idea on how I can fix this ?

Thanks

Nicolas

Hi Nicolas,

can’t replicate this issue. Could you share what TouchDesigner build you are using and what the Websocket DAT parameters are set to?

cheers
Markus

Hi Markus,

Thanks for your answer.

Build : 2023.11340

Param :
network address : 127.0.0.1/ws
port:4001

everything else is default.

Hi @salocin30,

can you update to our latest release available here:

cheers
Markus

Hi Markus,

Just did and re-tested again and I have the same issue.

Nicolas