2 references to WriteAsync
Microsoft.AspNetCore.SignalR.Core (2)
HubConnectionContext.cs (1)
183
return
WriteAsync
(message, ignoreAbort: false, cancellationToken);
HubConnectionHandler.cs (1)
255
await connection.
WriteAsync
(closeMessage, ignoreAbort: true);