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

Pass :remote_shutdown messages to the backend #57

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

seancribbs
Copy link

Based on the documentation, I was expecting my FLAME.Backend implementation to be able to receive the {:remote_shutdown, reason} message so it could do some cleanup, but they were not being passed to my handle_info callback. This remediates that problem.

While I was in there, I got stumped the argument order of maybe_backend_handle_info being switched from the order of handle_info arguments, so I swapped them to be consistent.

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