Hello,
in Tizen 2.3.2 on the Samsung Gear S3 frontier, I developed an app that connects via Websocket api to a simple server. Before the recent Update it worked totally fine. Since the update it seems as if the line
"var connection = new WebSocket("ws://192.168.0.100:20001")"
does not work anymore. The Server does not notice anything at all and after a while it gives a timeout error at the js console.
Does anyone have an idea why this happens?
thanks.