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
Fix a potential deadlock that could occur when encoding for REST.
We didn't actually need to hold the lock here, and if we did, another thread could have acquired these locks in another order, causing a deadlock.
Should help to fix#398, #11, and a few others.
0 commit comments