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