WebSocket4Net
WebSocket4Net copied to clipboard
WebSocket.Send on iOS does not fail if we remove the network
I was testing our app resilience to network failures, and on WP, all was fine. But on iOS, no Close/Error event is fired, Send just "sends", without any error.
Is this know?
Shouldn't the events for Closed or Error at least fire as they do on WP?
Which version do you use?
Hello,
The same happens to me although in Mono. I'm testing on my laptop using wifi, I disconnect the wifi and no Close or Error event is fired.
I'm using Ubuntu 15.10 64-bit, with Mono 4.2.1 (the currently stable version). Is there any info on this issue? Do you think it is a Mono bug?
Thanks