WebSocket4Net icon indicating copy to clipboard operation
WebSocket4Net copied to clipboard

WebSocket.Send on iOS does not fail if we remove the network

Open codeknox opened this issue 11 years ago • 2 comments

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?

codeknox avatar Sep 12 '14 09:09 codeknox

Which version do you use?

kerryjiang avatar Sep 14 '14 03:09 kerryjiang

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

alexandrecavaco avatar Dec 01 '15 15:12 alexandrecavaco