Skip to content

Conversation

Niroshan-Selvaraj
Copy link

while True => doesn't seem to break the loop. when the queue is empty, order = None and it's going infinite like the below:
Queue is empty
Now serving: None
Queue is empty
Now serving: None
Queue is empty
Now serving: None
Queue is empty
Now serving: None
Queue is empty
Now serving: None

hence proposing a change

while True => doesn't seem to break the loop. when the queue is empty, order = None and  it's going infinite like the below:
Queue is empty
Now serving:  None
Queue is empty
Now serving:  None
Queue is empty
Now serving:  None
Queue is empty
Now serving:  None
Queue is empty
Now serving:  None

hence proposing a change
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant