Skip to content

2.0.35

Compare
Choose a tag to compare
@sp0x sp0x released this 05 Oct 13:31
· 32 commits to master since this release

Release notes:

  • 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