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