Skip to content
This repository has been archived by the owner on Dec 18, 2018. It is now read-only.

Releases: aspnet/SignalR

1.0.0-alpha2

09 Oct 22:09
Compare
Choose a tag to compare
1.0.0-alpha2 Pre-release
Pre-release

Features

  • Add CancellationToken representing the lifetime of a specific HubConnection (#886)
  • Cancellation in Streamed results (#481)

Bugs Fixed

  • Log exceptions thrown from HubProtocolReaderWriter methods (#916)
  • Application crashes on azure app service with signalr alpha (#905)
  • Stream Method is asynchronous but without Async suffix (#899)
  • Add support for unsubscribing from an IObservable streaming result (#885)
  • Javascript client breaks if relative url doesn't start with a slash (#877)
  • On connection reset "Socket closed" log is lost (#872)
  • Exceptions thrown from Protocols on the Server-Side hang (#861)
  • IClientProxy should use IEnumerable<object>, not params object[] for args (#749)