I'm facing the following issue: I'm using the de.tavendo.autobahn lib to handle WS connections. I run my app on a Samsung Galaxy s4 mini device, when I run my app, I connect to my WS server and after that I turn the WiFi off I expect receiving a CLOSE_INTERNAL_ERROR code in the onClose() callback. But the event doesn't seem to be fired on debug.
I tried it on an Acer Iconia tablet and it worked well. Is that a specific issue concerning Samsung devices?
Regards.