mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2026-07-30 17:30:40 +00:00
naming
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user