salesforce / best

:trophy: Delightful Benchmarking & Performance Testing
https://opensource.salesforce.com/best
MIT License
95 stars 10 forks source link

fix: set the correct state for the agent when a client disconnects #306

Closed sf-v closed 2 years ago

sf-v commented 2 years ago

Details

Before this change, when a client disconnected, the state of the agent would remain busy even though the agent would be idle, making everything hang indefinitely.

Does this PR introduce a breaking change?