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
{{ message }}
This repository was archived by the owner on Nov 2, 2023. It is now read-only.
Spawning PDOs is an inherently asynchronous operation, the user-land API requires plugin requests to be blocking though, since other APIs will not work if the PDO isn't fully operational. A plugin request tracking mechanism was introduced which is absolutely horrendous and I'm surprised it even worked for so long. Re-implement porperly.
Spawning PDOs is an inherently asynchronous operation, the user-land API requires plugin requests to be blocking though, since other APIs will not work if the PDO isn't fully operational. A plugin request tracking mechanism was introduced which is absolutely horrendous and I'm surprised it even worked for so long. Re-implement porperly.