dotNetify v3.1 Release Notes

Release Date: 2018-09-30 // over 5 years ago
  • 🚀 This release provides the following new features:

    • New view model base class MulticastVM to allow sharing of view model instances with a group of clients, including the capability to push direct messages to specific clients (#58).

    Doc: http://dotnetify.net/core/api/multicast
    Demo: http://dotnetify.net/core/examples/chatroom

    • New injectable interface IConnectionContext to provide access to SignalR connection ID and HTTP info of the calling connection (#108).
    • New asynchronous Reactive APIs SubscribeToAsync and SubscribedByAsync (#120).
    • ⚡️ New PushUpdates overload to force updates on view models sharing the same connection with the calling view model, and that returns a boolean true to support fluent chaining (#120).
    • 👍 Allow for middlewares to overwrite data for Response_VM (#111).