Answers for "asp.net web api unity signalr Using a Hub instance not created by the HubPipeline is unsupported"

C#
0

'Using a Hub instance not created by the HubPipeline is unsupported.'

var context = GlobalHost.ConnectionManager.GetHubContext<chatHub>();
context.Clients.All.Send("Admin", "stop the chat");
Posted by: Guest on September-19-2020

Code answers related to "asp.net web api unity signalr Using a Hub instance not created by the HubPipeline is unsupported"

C# Answers by Framework

Browse Popular Code Answers by Language