gptscript-ai / desktop

MIT License
22 stars 13 forks source link

fix: address issue where you would have to hit interrupt twice #498

Closed tylerslaton closed 2 months ago

tylerslaton commented 2 months ago

Prior the work queue wouldn't be cleared which would cause a race condition between the interrupt and the processing message in the queue.