You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The second to last statement is
let _ = sema.wait(timeout: DispatchTime.distantFuture) //???!!!
It waits on the semaphore forever. I commented it out and everything runs as expected. Any suggestions on what I might have or have not done that would cause the wait forever? I’m sure that your other users would have reported this before now if it were a common mistake. I checked the open/closed issues bur haven’t seen anything related.
Let me know how I can help, and thanks again for your help,
Reported by Joseph Gates:
Hi,
Now running with
Using EVCloudKitDao (3.5.1)
Using EVReflection (5.6.0)
Testing worked fine with XCTAssertNotNil et al. Thanks for your help!
I did find another issue. You may want me to add it to the issue tracker for EVCloudKitDao.
What happens is that the app fails to complete start up. I tracked it to this in EVCloudKitDao.swift
// let _ = sema.wait(timeout: DispatchTime.distantFuture) //???!!!
EVLog("Container identifier = (container.containerIdentifier.debugDescription)")
}
The second to last statement is
let _ = sema.wait(timeout: DispatchTime.distantFuture) //???!!!
It waits on the semaphore forever. I commented it out and everything runs as expected. Any suggestions on what I might have or have not done that would cause the wait forever? I’m sure that your other users would have reported this before now if it were a common mistake. I checked the open/closed issues bur haven’t seen anything related.
Let me know how I can help, and thanks again for your help,
Joseph Gates
[email protected] mailto:[email protected]
The text was updated successfully, but these errors were encountered: