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
Two new methods have been added to the QueueITEngine class:
runWithToken - This lets you enqueue with a queue token
runWithKey - This lets you enqueue with an unique key
A new callback was added in QueueListener, onSessionRestart. With that callback, you can restart the queue session for the user, by running run, runWithToken, or runWithKey