remove timer for now
This commit is contained in:
parent
e71f6cd7d7
commit
2bfca1cfcd
@ -47,8 +47,8 @@ import Foundation
|
|||||||
completionHandler(paramsList);
|
completionHandler(paramsList);
|
||||||
}
|
}
|
||||||
|
|
||||||
let dispatchAfterTime = DispatchTimeInterval.seconds(Int(timeout))
|
// let dispatchAfterTime = DispatchTimeInterval.seconds(Int(timeout))
|
||||||
concurrentQueue.asyncAfter(deadline: .now() + dispatchAfterTime, execute: completionItem)
|
// concurrentQueue.asyncAfter(deadline: .now() + dispatchAfterTime, execute: completionItem)
|
||||||
|
|
||||||
for param in paramsModelList {
|
for param in paramsModelList {
|
||||||
group.enter()
|
group.enter()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user