The OnPingTimerCallback refuses to send another PING until it first receives a pending PONG, thus rendering the websocket unable to detect connection failures.
Suggested fix is to either:
detect...
Id #56 | Release:
None
| Updated: Mar 16 at 1:10 PM by RichChom | Created: Mar 16 at 12:49 PM by RichChom
So far from messing around with it, the Xamarin.iOS (unified) version already supports Xamarin.Mac. You don't need to build anything new, just copy the same nuspec line for Xamarin.iOS10 but use "...
Id #55 | Release:
None
| Updated: Mar 11 at 4:44 AM by kraigm | Created: Mar 11 at 4:44 AM by kraigm
My end point server validates origin of the websocket, so that it allows only empty origin for the websockets. I'm using WebSocket4Net and bumped into a problem that it's not possible to set empty ...
Id #54 | Release:
None
| Updated: Mar 9 at 2:43 PM by ndouabs | Created: Mar 8 at 1:46 PM by Neugier
I am getting below mentioned exception randomly on few machines while using WebSocket4Net 0.9.0.0 in .net 4.0:
System.IO.IOException: Unable to write data to the transport connection: An establis...
Id #53 | Release:
None
| Updated: Mar 1 at 1:18 PM by jainarun85 | Created: Feb 29 at 9:43 AM by jainarun85
Hi,
I am using wesocket4net v 0.14.0 and looking a way in websocket client to specify that we will use only TLSv1.1 or TLS v1.2
I have seen in some post where in Websocket we have added one mo...
Id #52 | Release:
None
| Updated: Mar 9 at 2:51 PM by ndouabs | Created: Nov 10, 2015 at 1:21 PM by abhirajgandhi
After upgdaring to version 0.14 I can't connect to wss:// self signed service. Despite on
webSock.AllowUnstrustedCertificate = true;
I catch two errors in Error delegate. First
"{System.Exceptio...
Id #51 | Release:
None
| Updated: Mar 16 at 12:52 PM by RichChom | Created: Oct 19, 2015 at 4:45 PM by maincoon
We are using Websocket4net.dll (ver 0.9.0.0). At one of our customer site, the websocket client connects with server but after a while websocket is getting closed unexpectedly, this issue is happen...
Id #50 | Release:
None
| Updated: Nov 1, 2015 at 10:55 AM by abhirajgandhi | Created: Oct 15, 2015 at 2:32 AM by abhirajgandhi
Version 0.11 introduced the ability to specify a proxy. However, this added a parameter to the constructor, and so even if a binding redirect is added to the application configuration, assemblies c...
Id #49 | Release:
None
| Updated: Sep 21, 2015 at 6:26 AM by DavidCornish | Created: Sep 17, 2015 at 2:41 PM by DavidCornish
Currently (v.0.13.1), the Closed event is declared as a simple EventHandler that uses EventArgs, providing no additional information about a status code and a close reason. In fact, there is alread...
Id #46 | Release:
None
| Updated: Aug 25, 2015 at 5:26 PM by Dennis_Wanke | Created: Aug 25, 2015 at 4:47 PM by Dennis_Wanke
There seems to be a bug in the (vitally important) support for Send(IList<ArraySegment>), introduced recently. The bug causes data lost on send/relieve, rendering the feature pretty useless.
One...
Id #45 | Release:
None
| Updated: Mar 16 at 12:55 PM by RichChom | Created: Aug 24, 2015 at 12:39 PM by Dennis_Wanke