I have an existing web-server which provides a web-socket interface and an existing web-app that uses that interface [both of which have been in production for years]. I'm trying to connect a Construct app to it but get this error:
WebSocket connection to 'wss://localhost:3000/data' failed:
The WebSocket plugin has "" for required protocol. It gives close-code of 1006...so, not an error per se but just immediately closing...
Any ideas? Anyone have a working example using WebSockets?