Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: weiguang3100/SignalR

Tags

1.0rc1

Toggle 1.0rc1's commit message
Added SetTimeout to Connection in the .NET client

The SetTimeout method takes a delay and an operation.
It returns an IDisposable that will cancel the operation if
disposed before the delay is up.

SetTimeout is used to schedule a switch to the disconnect
state in the even the client is unable to quickly reconnect.

1.0alpha2

Toggle 1.0alpha2's commit message
Added Stop and Start functionality to Connection Status sample to tes…

…t the fix for SignalR#925

- We don't currently have integration tests for JavaScript so the next
best method for ensuring no regression was to modify the sample.

1.0alpha1

Toggle 1.0alpha1's commit message
Added an activated flag to the keep alive to account for cases when t…

…he keep alive is set to null

SignalR#840

0.5.3

Toggle 0.5.3's commit message
Build changes

 - Don't build docs for normal build
 - Fix build versioning
 - Delete build folder before build

0.5.2

Toggle 0.5.2's commit message
Updated release notes for 0.5.2

0.5.1

Toggle 0.5.1's commit message
Fixed connect event ordering issue in JS.

Updated JS version number to 0.5.1

0.5.0

Toggle 0.5.0's commit message
Don't rev the package version per ci build number.

0.5

Toggle 0.5's commit message
Don't rev the package version per ci build number.

0.4

Toggle 0.4's commit message
Include owin in packages.

0.3.5

Toggle 0.3.5's commit message
Updated relese notes