AzureAD / microsoft-authentication-library-common-for-android

Common code used by both the Active Directory Authentication Library (ADAL) and the Microsoft Authentication Library (MSAL)
MIT License
41 stars 35 forks source link

Add timeout to backup IPC mechanism #2323

Closed rpdome closed 8 months ago

rpdome commented 8 months ago

There's an edge case where the backup IPC mechnaism might deadlock.

This fix will guarantee we're not stuck in the deadlock.

We'll still investigating for the root cause, but it might take a while.