1
This commit is contained in:
@@ -359,7 +359,7 @@ namespace BITKit.Net
|
||||
{
|
||||
throw e;
|
||||
}
|
||||
return (T)value;
|
||||
return value.As<T>();
|
||||
}
|
||||
await Task.Delay(100);
|
||||
}
|
||||
|
Reference in New Issue
Block a user