Skip to content

Return node-address from the message-sow handler #73

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

Merged
merged 1 commit into from
Jun 17, 2025

Conversation

karalekas
Copy link
Member

This is useful elsewhere (ie ancestors).

@@ -75,7 +75,8 @@ NOTE: In the basic implementation, these messages must be waiting for the DRYAD
:type (type-of node-process))
(schedule node-process (now))
(setf (gethash node-address (dryad-ids dryad)) node-id
(gethash node-address (dryad-sprouted? dryad)) nil)))
(gethash node-address (dryad-sprouted? dryad)) nil)
node-address))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this makes me wonder whether we correctly handle call-next-method with define-rpc-handler

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

very good q

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(we do not, i opened an aether issue to track)

@karalekas karalekas merged commit d8c00ae into main Jun 17, 2025
1 check passed
@karalekas karalekas deleted the return-node-address branch June 17, 2025 00:47
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.

2 participants