Skip to content
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

Create mocks to call accessors from Deno #670

Merged
merged 6 commits into from
Nov 9, 2023

Conversation

d-gubert
Copy link
Member

What? ⛵

We need to create accessor mocks in Deno that will call the Node process.

The mocks can be proxies that will issue a Request message to the Node process that will actually perform the method call in the appropriate accessor, returning a Promise that will resolve when Node sends a Response message to the initiating Request.

On the Apps-Engine runtime, this request will be handled by the DenoRuntimeSubprocessController instance associated with the originating subprocess

Why? 🤔

Links 🌎

PS 👀

@d-gubert d-gubert force-pushed the deno/proxied-accessors branch from a16bf02 to 68e8993 Compare November 1, 2023 16:16
@d-gubert d-gubert marked this pull request as ready for review November 9, 2023 20:18
@d-gubert d-gubert merged commit eb4a862 into feat/deno-runtime Nov 9, 2023
3 of 5 checks passed
@d-gubert d-gubert deleted the deno/proxied-accessors branch November 9, 2023 20:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant