From 1eec6bb14f08124e1e8d6f2e0b072862590f1ff1 Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Tue, 10 Oct 2023 22:17:53 +0200 Subject: Set timeout for command listener --- LibMatrix/Services/HomeserverProviderService.cs | 2 -- 1 file changed, 2 deletions(-) (limited to 'LibMatrix/Services/HomeserverProviderService.cs') diff --git a/LibMatrix/Services/HomeserverProviderService.cs b/LibMatrix/Services/HomeserverProviderService.cs index 1f3bd37..6659081 100644 --- a/LibMatrix/Services/HomeserverProviderService.cs +++ b/LibMatrix/Services/HomeserverProviderService.cs @@ -1,7 +1,5 @@ -using System.Net.Http.Headers; using System.Net.Http.Json; using ArcaneLibs.Extensions; -using LibMatrix.Extensions; using LibMatrix.Homeservers; using LibMatrix.Responses; using Microsoft.Extensions.Logging; -- cgit 1.4.1