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

(experiment) feat(gems): gems goes multivat #2473

Draft
wants to merge 18 commits into
base: kumavis-gems
Choose a base branch
from

Conversation

kumavis
Copy link
Member

@kumavis kumavis commented Sep 27, 2024

highlight: durable lazy presences for remote objects via ExtRefController that can lazily trigger their underlying captp connection upon use

requires captp external table support: #2564

see relevant test:

const { connect, disconnect } = makeReconnectingCaptpPair({
kernel,
bobBootstrap,
});
const { aliceCaptp } = connect();
const bobFacet = await aliceCaptp.getBootstrap();
t.is(await E(bobFacet).ping(), 'pong');
disconnect();
t.is(await E(bobFacet).ping(), 'pong');

@kumavis kumavis mentioned this pull request Oct 1, 2024
6 tasks
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