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

Fix process transport reliability issues #94

Merged
merged 1 commit into from
Jun 19, 2024

Conversation

lucacorti
Copy link
Owner

@lucacorti lucacorti commented Jun 18, 2024

There are two issues here:

  • Process lookups via registry might raise an ArgumentError exception when the registry is not yet started for the specified peer when using process transport. This is easily fixed by catching the exception and returning an error.
  • Sessions in idle state should ignore every event not explicitly allowed as per RFC. Otherwise events cause crashes because they are not handled.

These make simulating a topology much more reliable.

@lucacorti lucacorti merged commit 9c042c8 into main Jun 19, 2024
15 checks passed
@lucacorti lucacorti deleted the fix/process-transport-reliability branch June 19, 2024 06:40
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