2 references to ProcessInvocation
Microsoft.AspNetCore.SignalR.Core (2)
Internal\DefaultHubDispatcher.cs (2)
222
return
ProcessInvocation
(connection, invocationMessage, isStreamResponse: false);
226
return
ProcessInvocation
(connection, streamInvocationMessage, isStreamResponse: true);