Two new methods: GetHubContext<THub, THubClient>()
GetHubContext(string hubName)
on HubContextProvider will allow an application to pass in an interface reference for their clients. These methods will return clients which use these interfaces - avoiding the need for stringly typed SendCoreAsync()
Two new methods: GetHubContext<THub, THubClient>() GetHubContext(string hubName)
on HubContextProvider will allow an application to pass in an interface reference for their clients. These methods will return clients which use these interfaces - avoiding the need for stringly typed SendCoreAsync()