-
Notifications
You must be signed in to change notification settings - Fork 925
Fix not starting inspector proxy for miniflare workers created by setOptions #9784
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
Conversation
🦋 Changeset detectedLatest commit: fec8da7 The changes in this PR will be included in the next version bump. This PR includes changesets to release 5 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
create-cloudflare
@cloudflare/kv-asset-handler
miniflare
@cloudflare/pages-shared
@cloudflare/unenv-preset
@cloudflare/vite-plugin
@cloudflare/vitest-pool-workers
@cloudflare/workers-editor-shared
wrangler
commit: |
Seeing tests failing here, but not really sure what to do about them since they seem like credential issues. Is this just a matter of the PR not being from a cloudflare employee? FWIW this is a purely miniflare change so it shouldn't effect C3. Please let me know if there is anything I can do to help get this across the line! <3 |
Yeah the failing tests are because the PR is on a fork. It is not your fault. |
…calls add tests for inspector proxy
If this is still having issues because it's a fork I don't mind if somebody from CF just rewrites the changes so they are not in a fork. More interested in seeing this issue fixed than getting credit for it or anything. Sorry if I made a mess with this <3 |
Don't worry - we are just having some issues with a flakey merge queue. Will land it today. |
Congratulations @Mkassabov, the maintainer of this repository has issued you a holobyte! Here it is: https://holopin.io/holobyte/cmcs26y5t659907jucmpwuije This badge can only be claimed by you, so make sure that your GitHub account is linked to your Holopin account. You can manage those preferences here: https://holopin.io/account. |
Fixes miniflare workers created by setOptions not being able to be accessed via the inspector proxy
When
InspectorProxyController.updateConnection()
is called pass in an updated set of workers to inspect. To facilitate creating this set#workerNamesToProxy()
has been created onMiniflare
since it needs occur multiple times, not just during instantiation.