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
Fixing a bug, that the $callbacks are eventually passed to addDequeuerAwareCall(), which
expects a string, not a Reference object. In Symfony 3, the Reference was cast to a string, which returned the id, so it worked.