You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah the distribute middleware wasn't written with the fact in mind that some people could use it to process updates from unrelated bots. I'd be happy to accept a pull request that adds this feature!
the issue code
https://github.com/grammyjs/runner/blob/main/src/distribute.ts#L46
Reproduction code
bot.js
runner.js
Since the child threads always use the same file
the cache will cause the child threads to not be created correctly 😳
The text was updated successfully, but these errors were encountered: