SignalR v2.2.2 Release Notes

Release Date: 2017-05-04 // almost 7 years ago
  • ๐Ÿ› Bugs Fixed

    • ๐Ÿšฆ WebSocket connections leak (#3910)
    • ๐Ÿšฆ Console application using async/await stops receiving after sending (#3895)
    • ๐Ÿšฆ The client should reuse HttpClient for negotiate and start requests (#3829)
    • ๐Ÿšฆ ForeverFrame not removed correctly when stopping the connection (#3807)
    • ๐Ÿšฆ Possible Memory Leak when attempting to Continuously Reconnect (#3793)
    • ๐Ÿšฆ Redis script uses textual comparison (#3767)
    • ๐Ÿšฆ Race in Redis scaleout when the connection is restored (#3729)
    • ๐Ÿšฆ Signalr bower jquery.signalR.min.js missing semicolon in the end (#3516)
    • ๐ŸŽ Transport connection performance counters are wrong after falling back to long polling (#3459)
    • ๐Ÿšฆ With Redis scale-out, once Send() method runs into an error, the stream will never be opened again until Redis is restarted (#3093)
    • ๐Ÿšฆ Make scale-out mapping store size configurable (#3031)

    ๐Ÿ”‹ Features

    • ๐Ÿšฆ SignalR.exe should discover hubs in .exe files (#3867)
    • ๐Ÿšฆ Could not install package 'Microsoft.AspNet.SignalR.Client 2.2.1' to xamarinmac20 (#3851)
    • ๐Ÿšฆ Redis Scaleout - Default Db from ConnectionString is ignored (#3714)
    • ๐Ÿšฆ Could not load type 'Microsoft.ServiceBus.Messaging.MessageClientEntity' from assembly 'Microsoft.ServiceBus, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. (#3548)