修改时间
This commit is contained in:
@@ -171,7 +171,7 @@
|
|||||||
self.myVM = [[KBMyVM alloc] init];
|
self.myVM = [[KBMyVM alloc] init];
|
||||||
}
|
}
|
||||||
/// 防止token写入过慢导致请求head没有token
|
/// 防止token写入过慢导致请求head没有token
|
||||||
dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(1.0 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
|
dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(5.0 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
|
||||||
[self.myVM fetchCharacterListByUserWithCompletion:^(NSArray<KBCharacter *> * _Nonnull characterArray, NSError * _Nullable error) {
|
[self.myVM fetchCharacterListByUserWithCompletion:^(NSArray<KBCharacter *> * _Nonnull characterArray, NSError * _Nullable error) {
|
||||||
if (error) {
|
if (error) {
|
||||||
KBLOG(@"[Login] Failed to sync keyboard characters after login: %@", error);
|
KBLOG(@"[Login] Failed to sync keyboard characters after login: %@", error);
|
||||||
|
|||||||
Reference in New Issue
Block a user