Answers for "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 "Using a Hub instance not created by the HubPipeline is unsupported."

C# Answers by Framework

Browse Popular Code Answers by Language