This commit is contained in:
2026-06-30 12:13:11 +03:00
parent 3d0f97ade0
commit 0f4303bffd
2 changed files with 24 additions and 36 deletions
+2 -18
View File
@@ -2146,28 +2146,12 @@ public partial class EpConnection : NetworkConnection, IStore
}
}
//foreach (var x in _typeDefsByNameRequests.Values)
//{
// try
// {
// x.TriggerError(new AsyncException(ErrorType.Management, 0, "Connection closed"));
// }
// catch (Exception ex)
// {
// Global.Log(ex);
// }
//}
_requests.Clear();
_resourceRequests.Clear();
_typeDefRequests.Clear();
_fetchBlockedOn.Clear();
_typeDefFetchBlockedOn.Clear();
//_typeDefsByIdRequests.Clear();
//_typeDefsByNameRequests.Clear();
_resourcesFetchBlockedOn.Clear();
_typeDefsFetchBlockedOn.Clear();
foreach (var x in _attachedResources.Values)
{