igolaizola / bulkai

AI image generation in bulk automatically
MIT License
191 stars 40 forks source link

Fix missing upscale results #4

Closed igolaizola closed 1 year ago

igolaizola commented 1 year ago

Every time a new interaction is sent, the method blocks for a while to deal with rate limiting. This was causing that quick results were not being captured because the receiver was being called to late. Now all receivers are launched before the interaction is sent.

Closes #3