Aspnet SignalR Versions Save

[Archived] Incredibly simple real-time web for ASP.NET Core. Project moved to https://github.com/aspnet/AspNetCore

1.0.0-alpha2

6 years ago

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<T> 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)