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

[stdlib] Remove gen_statem call proxy process #7081

Conversation

rickard-green
Copy link
Contributor

The proxy process was used to prevent late replies from reaching the client at timeout or connection loss. This is no longer needed since process aliases take care of this, are used and supported by all Erlang nodes that an OTP 26 Erlang node can communicate with.

The proxy process was used to prevent late replies from reaching the client
at timeout or connection loss. This is no longer needed since process aliases
take care of this, are used and supported by all Erlang nodes that an OTP 26
Erlang node can communicate with.
@rickard-green rickard-green added team:VM Assigned to OTP team VM enhancement testing currently being tested, tag is used by OTP internal CI labels Mar 30, 2023
@rickard-green rickard-green added this to the OTP-26.0-rc3 milestone Mar 30, 2023
@rickard-green rickard-green self-assigned this Mar 30, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Mar 30, 2023

CT Test Results

    1 files    11 suites   5m 9s ⏱️
  92 tests   90 ✔️ 2 💤 0
108 runs  106 ✔️ 2 💤 0

Results for commit 3560e12.

♻️ This comment has been updated with latest results.

To speed up review, make sure that you have read Contributing to Erlang/OTP and that all checks pass.

See the TESTING and DEVELOPMENT HowTo guides for details about how to run test locally.

Artifacts

// Erlang/OTP Github Action Bot

Copy link
Contributor

@RaimoNiskanen RaimoNiskanen left a comment

Choose a reason for hiding this comment

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

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement team:VM Assigned to OTP team VM testing currently being tested, tag is used by OTP internal CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants