Nivot.SignalR.Client.Net35
Nivot.SignalR.Client.Net35 copied to clipboard
SignalR client port for .NET 3.5, for v1.x and v2.x SignalR server
You're lacking the actual flag comparison in your method. You should replace [NET35Shims.cs#L50](https://github.com/oising/Nivot.SignalR.Client.Net35/blob/master/src/v2.x/NET35Shims.cs#L50) with ```CSharp ulong num = Convert.ToUInt64(value); return ((Convert.ToUInt64(enumerated) & num) == num); ```
This is actually an issue with the CookieContainer in .NET 3.5 which Microsoft are not going to fix, but is fixed in .NET 4+. See https://connect.microsoft.com/VisualStudio/feedback/details/541197/cookiecontainer-domain-handling-issue-net-2-0-3-5. There is a work...
Hi, I'm using the nugget .NET 3.5 client for SignalR v2.x. However in a .NET3.5 targeted project, I have the following warnings : 1>C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets(1697,5): warning MSB3275: The primary...