Removed JSON file example

This commit is contained in:
EonaCat 2025-08-25 19:35:53 +02:00
parent 7e9d8a0d47
commit 06471a7674
1 changed files with 0 additions and 3 deletions

View File

@ -24,9 +24,6 @@ namespace EonaCat.Connections.Client.Example
Console.Write("Enter message to send (or 'exit' to quit): ");
var message = Console.ReadLine();
HttpClient httpClient = new HttpClient();
message = await httpClient.GetStringAsync("https://samples.json-format.com/employees/10-level/employees-10-level_100MB.json");
if (!string.IsNullOrEmpty(message) && message.Equals("exit", StringComparison.OrdinalIgnoreCase))
{
await _client.DisconnectAsync().ConfigureAwait(false);