Passing strongly typed Hubs in SignalR

前端 未结 4 1547
夕颜
夕颜 2021-02-05 15:59

I\'ve just updated some SignalR references and things have changed somewhat in order to allow for generically typed Hubs Hub. In the existing examples and

4条回答
  •  隐瞒了意图╮
    2021-02-05 16:25

    Or take look at:

    https://github.com/Gandalis/SignalR.Client.TypedHubProxy

    It comes with more features than the TypeSafeClient mentioned above.

提交回复
热议问题