This commit is contained in:
CortexCore
2024-06-13 16:02:49 +08:00
parent ceea55b67a
commit 4a2ab82e20
4 changed files with 57 additions and 35 deletions

View File

@@ -359,7 +359,7 @@ namespace BITKit.Net
{
throw e;
}
return (T)value;
return value.As<T>();
}
await Task.Delay(100);
}