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

Merged
merged 19 commits into from
Nov 6, 2024

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 marked this pull request as ready for review November 6, 2024 07:06
@kumavis kumavis merged commit 73f56b5 into kumavis-gems Nov 6, 2024
7 of 14 checks passed
@kumavis kumavis deleted the kumavis-gems-multivat branch November 6, 2024 07:07
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