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 has been archived by the owner on Apr 14, 2021. It is now read-only.
The EventQueue.get() method returns a single event everytime a new event is published. The problem is that if there is a list of historical events in the queue, it only pops the oldest one on getting new event so unprocessed events remain in the queue.
The text was updated successfully, but these errors were encountered:
The EventQueue.get() method returns a single event everytime a new event is published. The problem is that if there is a list of historical events in the queue, it only pops the oldest one on getting new event so unprocessed events remain in the queue.
The text was updated successfully, but these errors were encountered: