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
When dynamically creating/deleting Workers, I get a lot of “XXXXXX closing failed on drop: Channel already closed” error logs.
I think this is useless with no way to fix it.
The test code also receives many error logs. RUST_LOG=error cargo test -- --nocapture
If you're open for this I'd be happy to file a PR
The text was updated successfully, but these errors were encountered:
Bug Report
Your environment
Issue description
When dynamically creating/deleting Workers, I get a lot of “XXXXXX closing failed on drop: Channel already closed” error logs.
I think this is useless with no way to fix it.
The test code also receives many error logs.
RUST_LOG=error cargo test -- --nocapture
If you're open for this I'd be happy to file a PR
The text was updated successfully, but these errors were encountered: