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

Correcting issues in ered_client and ered_connection #77

Merged
merged 3 commits into from
Dec 9, 2024

Conversation

bjosv
Copy link
Collaborator

@bjosv bjosv commented Dec 9, 2024

The following issues are corrected with this PR:

  • Correcting signature on function handling a command_reply.
    The function in ered_client handling stray messages from a defunct client
    has a faulty signature which could result it a crash.

  • Correcting batch_size bug in connection options.
    Since the batch size counter was not increased previously
    the batch size was always infinite.

@bjosv bjosv requested a review from zuiderkwast December 9, 2024 08:17
Copy link
Collaborator

@zuiderkwast zuiderkwast left a comment

Choose a reason for hiding this comment

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

Thanks

src/ered_connection.erl Outdated Show resolved Hide resolved
bjosv added 2 commits December 9, 2024 12:22
Since the batch size counter was not increased previously
the batch size was always infinite.

Signed-off-by: Björn Svensson <[email protected]>
The function in ered_client handling stray messages from a defunct client
has a faulty signature which could result it a crash.

Signed-off-by: Björn Svensson <[email protected]>
@bjosv bjosv merged commit 5ddb38e into Ericsson:main Dec 9, 2024
10 checks passed
@bjosv bjosv deleted the bug-fixes branch December 9, 2024 11:39
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