Skip to content

Tags: houlouk/SignalR

Tags

2.2.2preview1

Toggle 2.2.2preview1's commit message
Target net45 in ServiceBus3 (SignalR#3908)

2.2.1

Toggle 2.2.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
move UWP Client JSON.Net dep back to 6.0.4

2.2.0

Toggle 2.2.0's commit message
Revert "Stop processing messages before ending the WebSocketFunc Task"

This reverts commit 654bfb4.

2.1.2

Toggle 2.1.2's commit message
Disable keep alive checks in long polling transport - .NET

1.2.2

Toggle 1.2.2's commit message
Update to JSON.NET 6.0.4

2.1.1

Toggle 2.1.1's commit message
Removed the old OnDisonnected overload

- Removing the old overload is preferable to changing its behavior

SignalR#3115

2.1.0

Toggle 2.1.0's commit message
Invert logic to raise long polling reconnects on the server

- Checking for "/poll" to suppress reconnects does not work since 1.0.*
  clients do not append anything to the URL of poll requests.
- Raising reconnects only  for long polling requests ending with
  "/reconnect" preserves the old server behavior
- This prevents 1.0.* clients from causing a reconnect per poll

SignalR#3044

2.0.3

Toggle 2.0.3's commit message
Removed Lazy initialization for Service Bus

SignalR#2948

1.2.1

Toggle 1.2.1's commit message
update to call clearTimeout for connection._.pingLoopId

2.0.2

Toggle 2.0.2's commit message
update tracing error message for SB ConfigurationErrorsException