You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$"SSE subscriber did not register within timeout. Expected count >= {_expectedSubscriberCount}, observed {NpgsqlRestSseEventSource.Broadcaster.SubscriberCount}.");
}
awaitTask.Delay(10);
}
}
/// <summary>
/// Reads lines until one starts with <c>data:</c> and returns the value after the colon
/// (trimmed of leading whitespace). Returns null if the stream ends before a data line is