I don’t seem to be able to use websocketDAT to receive messages from ‘ws://127.0.0.1:8188/ws’.
I am able to connect to it with websocket library outside of Touchdesigner. If anyone has faced similar issues or perhaps found a solution, this would be quite helpful for something I’m building out.
Chiming in, what is the reason for that? I stumbled about this behaviour too, as it is different to all other components using urls (MQTT, SocketIO, WebClient). If I am not mistaken this also needs to be reflected when using SSL or not (80, 443). Feels like it would be nice if this could be brought to the same behaviour as the other operators.
Chiming in, what is the reason for that? I stumbled about this behaviour too, as it is different to all other components using urls (MQTT, SocketIO, WebClient). If I am not mistaken this also needs to be reflected when using SSL or not (80, 443). Feels like it would be nice if this could be brought to the same behaviour as the other operators.
I agree it would make more sense for it to be consistent with other URL operators, such as the ones you mentioned. Originally it was designed to be consistent with other network operators (eg. TCP/IP DAT, UDP DATs, etc.), and we’ve kept it that way for legacy reasons.