-
Hey guys,
I'm still getting this error with SignalR 2 RC1.
I've read the section Reconciling a change in user status with an active connection http://www.asp.net/signalr/overview/security/introduct…
-
First request completes with status 200
```
GET http://localhost:81/signalr/negotiate?clientProtocol=1.3 HTTP/1.1
User-Agent: SignalR.Client.NET45/2.0.0.0 (Microsoft Windows NT 6.2.9200.0)
Host: loca…
-
I ran the WinStore C# Sample, turn off the server, I see client attempts to reconnect take first 2 or 4 seconds, and then there is one taking 23 seconds. We should set a timeout (probably 10 secs) so …
-
JS Client tries to connect using WS, server hangs due to the Task.Delay added below, client tries SSE and succeeds, server kills connection, client reconnects successfully
Notice there is also a clie…
-
Will update this bug with the little things that we can change to make the logging consistent between transports and also improve logging.
More consistent logging:
```
## WS
[19:38:00 PDT] SignalR: …
-
The AbortStopDisconnect scenario leaks event handles.
I have uploaded the dump file here:
\\indigofs\commonshare\jconde\SignalR\Bugs\1717
Here is the investigation that will help you fix this:
0:20…
-
When server takes too long to establish websocket, client fallback to SSE. Eventually server completes websocket and client finishes with WS and SSE connections
Repro
On File "src\Microsoft.AspNet.Si…
-
### Functional Impact: Uncaught TypeError
`Cannot read property 'readyState' of undefined` in the SSE transport's connectTimeOut function.
### Minimal repro steps
1. $.connection.hub.start({ transpor…
-
Will update this bug with the little things that we can change to make the logging consistent between transports and also improve logging.
More consistent logging:
```
## WS
[19:38:00 PDT] SignalR: …
-
We're getting intermittent issues which manifest themselves as keep alive failures in the client. Once a server has started to have keep alive failures it will never recover and we need to recycle the…