Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 457 Bytes

ReleaseNotes.md

File metadata and controls

17 lines (11 loc) · 457 Bytes

SignalR Release Notes

v0.4

SignalR.Server

SignalR.Client

v0.3.5

  • Added a SignalR client for WP7 (long polling)
  • Introduced new programming model for integrating hubs in .NET/WP7 client
  • Added group support to .NET client.
  • Fixed issue with disconnect not working when long polling connection dies. (#42)
  • Fixed issue with exceptions being thrown when parsing invalid JSON data for connections.
  • Fixed reliability in .NET client.