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
I notice this library is using Symfony Process to execute async PHP code. Will this block until the async code is complete? Or maybe there is a way for us to check the progress of the async code, to see whether it is complete or not?