2110755af0
Motivation: During the channelAcquired handler invocation if an exception occurred the application will hang Modifications: Call tryFailure of the promise if an exception occurred Result: After this change, the promise will fail and the system won't hang. Co-authored-by: NiteshKant <nitesh_kant@apple.com>