Problem
When a message is added to the queue and the user clicks send, the queued message is not processed as the next item. Instead, the chat remains stuck and does not continue.
Expected Behavior
After the user sends a message that has been queued, the chat should immediately process that queued message as the next item.
Current Behavior
The queued message is not picked up next, and the chat appears to stop or remain idle.
Steps to Reproduce
- Add a message to the queue.
- Click the send button.
- Observe that the queued message is not processed next.
- The chat remains stuck instead of continuing.
Impact
This breaks the expected queue workflow and can make the chat feel unresponsive or frozen.
Problem
When a message is added to the queue and the user clicks send, the queued message is not processed as the next item. Instead, the chat remains stuck and does not continue.
Expected Behavior
After the user sends a message that has been queued, the chat should immediately process that queued message as the next item.
Current Behavior
The queued message is not picked up next, and the chat appears to stop or remain idle.
Steps to Reproduce
Impact
This breaks the expected queue workflow and can make the chat feel unresponsive or frozen.