SPR# ASAR5SMKG9 - An occasional error condition would leave a semaphore locked that would in turn cause many other threads and tasks to wait forever for the semaphore to be unlocked, resulting in many console error messages from each blocked thread complaining about excessive wait time. This fix performs the necessary unlocking operation on the semaphore, allowing other threads to use it.
↧