mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2026-04-29 06:48:41 +00:00
TryRegisterTypeDef
This commit is contained in:
@@ -1742,7 +1742,7 @@ partial class EpConnection
|
||||
var tt = TypeDef.Parse((byte[])result);
|
||||
typeDefsByIdRequests.Remove(typeId);
|
||||
typeDefs.Add(tt.Id, tt);
|
||||
Instance.Warehouse.RegisterTypeDef(tt);
|
||||
Instance.Warehouse.TryRegisterTypeDef(tt);
|
||||
reply.Trigger(tt);
|
||||
|
||||
}).Error((ex) =>
|
||||
|
||||
Reference in New Issue
Block a user