Skip to content

diameter: Call message_cb 'ack' with updated callback #9815

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

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

Conversation

albertored
Copy link
Contributor

Diameter message_cb can return an updated callback that should be the one to be called for all subsequent events (recv, send, ack). When returning the new callback in response of a send event the subsequent ack event is notified with the old callback instead of the new one. This happens because the message is sent before parsing all the actions returned by the send callback.

Copy link
Contributor

github-actions bot commented May 8, 2025

CT Test Results

  2 files   34 suites   13m 17s ⏱️
134 tests 129 ✅ 5 💤 0 ❌
162 runs  157 ✅ 5 💤 0 ❌

Results for commit 52c94bf.

♻️ 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

@albertored albertored changed the title [diameter] Call message_cb 'ack' with updated callback diameter: Call message_cb 'ack' with updated callback May 8, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant