RESOLVED:[2025.31310 Win11] WebSocket DAT doesn't do anything

It seems like in the 2025.31310 build, the websocket DAT doesn’t send any messages, or doesn’t invoke callbacks when getting responses.

To reproduce:

  • Open OP Snippets
  • Go to websocket DAT
  • Clear the output on both the websocket and fifo DATs
  • Right click the script to run it
  • Nothing happens
1 Like

Do you have issues elsewhere or just with the OP Snippet? In the case of the OP Snippet, it doesn’t work because the server doesn’t exist anymore. We should clean that up and maybe instead use an internal server (such as a Web Server DAT) for the snippet.

Looks like it was just the snippet.

I made a basic example which worked.

I think the original issue that led me to this was actually this:

1 Like