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