-
And http.sys log shows “400 1 BadRequest JanusAppPool” for this connection.
-
Hi
I just cloned, built and launched the Ap.NET Hosting Samples app. The Drawing Pad is broken on Firefox. It receives updates, but the hub rejects FF's POST's due to a JSON formatter exception when …
-
Currently we have seperate tests for each transport even for same functional tests, it will be useful if we support JS test can run againt all transports. e.g. below the test can run againt all transp…
-
hii
it is possible that the negotiation process will choose either serversentevents or forever frame
it think i found one post which david said the the only options that works with crossdomain
are …
-
I receive this message when trying to run hubot with SignalR 1.2
[17:05:19 GMT-0600 (Central Standard Time)] SignalR: SignalR: Incompatible protocol version.
[17:05:19 GMT-0600 (Central Standard Time…
-
SignalR 0.5.3 hub doesn’t accept POST method for send in long polling, cross domain mode.
I’m using IIS Express with the newly released SignalR 0.5.3.
If I enable cross domain by using the followin…
-
```
System.ObjectDisposedException : Cannot access a disposed object. Object
name: 'System.Net.Sockets.NetworkStream'. at System.Net.ConnectStream.EndRead(IAsyncResult asyncResult) at
Microsoft.AspNet…
-
```
Exception has been thrown by the target of an invocation.
Log time:1/2/2013 4:30:38 PM
URL: http://localhost:53709/signalr/connect?transport=longPolling&connectionId=8e5b26aa-2ef1-4ecf-aae4-0f0092…
-
Hi,
I could not reproduce the bug, but sometimes my client's (WinrRT app) HubConnection enters in a loop of state changing between Reconnnecting and Connected (almost 3 seconds between changes). It t…
-
Hi,
I am making a class say Test.cs which derives from SignalR.Hubs.Hub.cs . When I run my application the url using SignalR becomes:
http://localhost:50378/signalr/send?transport=serverSentEvents&c…