Sounds like a protocol error. Did you upgrade the websocket server? Also do you see the crossdomain.xml request succeeding?
On Fri, Jul 14, 2017 at 8:27 AM, Jairo <[email protected]> wrote: > I was using FlashSocket for some time and it was doing well. > Now I can´t connect to my server and I don´t know why. > > Te problem rises in module FlashSocket.as. In the following code: > > > if (message == "3probe") > { > // send the upgrade packet. > webSocket.send("5"); > return; > } > > After sending de "5" it disconnects, without any message. > > Thanks for you help. > > > > -- > View this message in context: http://apache-flex-users. > 2333346.n4.nabble.com/FlashSocket-error-tp15467.html > Sent from the Apache Flex Users mailing list archive at Nabble.com. >
