-
Notifications
You must be signed in to change notification settings - Fork 309
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 BUG: workerd cpp errors when reloading #1366
Comments
@Cherry we have published a new version of Wrangler (3.13.1) that reverts the change that was causing issues. You should be able to update and develop your Worker as expected. |
Hi @Cherry. Thanks for reporting this issue. I was able to reproduce this on Windows. However, your worker will remain completely functional. Specifics: the new InspectorProxyWorker has a websocket connection to the runtime inspector server of the previous version of your worker. This error message is spat out when that version of your worker is shutdown. The new version of your worker is spun up and the InspectorProxyWorker connects to that successfully. I will follow up with the runtime team to silence this error message so will leave this issue open. In the meantime, can you confirm my observation on your setup: your worker is still functional even after that error message? |
Thanks for the information. I can confirm the worker is still functional, yes - it's just a very loud and scary error 😆 |
Thanks for confirming! We're going to move this issue into the workerd repo to keep track TL;DR from above: |
Which Cloudflare product(s) does this pertain to?
Wrangler core
What version(s) of the tool(s) are you using?
3.13.0
What version of Node are you using?
18.18.0
What operating system are you using?
Windows 10
Describe the Bug
It's possible this happens on Windows only, but does not occur with 3.12.0.
Please provide a link to a minimal reproduction
No response
Please provide any relevant error logs
No response
The text was updated successfully, but these errors were encountered: