I have a web socket server running locally which I use a lot for client communications, works very well. When I try to connect use Construct I get error code 1006 back and no error message. I can at least see some type of connection trying to be made by putting in some breakpoints on my web server side, so it's trying at least. What's the best way to determine what's causing the 1006? Is there a way to trace through the websocket plugin? I'm using a signalr server btw and the connection is dying somewhere between the processrequest and onconnected events in the persistentconnection class.