Skip to content

Upgrade to support OTP 26+#1

Merged
y86 merged 5 commits into
masterfrom
yuri/add-otp-26-support
Jun 30, 2025
Merged

Upgrade to support OTP 26+#1
y86 merged 5 commits into
masterfrom
yuri/add-otp-26-support

Conversation

@y86

@y86 y86 commented Jun 26, 2025

Copy link
Copy Markdown

This is a fix for an error with Fluxter and ERTS >= 10.5.3. Originally, Fluxter would include a hardcoded binary header to each write. This header contains the binary representation of the destination IP address, port, and optionally a prefix. The write itself was being issued as a plain send to the port that was failing with error einval. It is possible that there was a change in the way ERTS expects this header to be formatted. This PR patches Fluxter to use :gen_udp.send/4 and drop the binary header to fix the issue.

@y86 y86 added the Kind:Bug label Jun 26, 2025
@y86 y86 requested a review from ammbot June 27, 2025 13:33
@y86

y86 commented Jun 27, 2025

Copy link
Copy Markdown
Author

@ammbot please let me know how the test of the RC goes before I merge and tag a version to it.

@ammbot

ammbot commented Jun 30, 2025

Copy link
Copy Markdown

@ammbot please let me know how the test of the RC goes before I merge and tag a version to it.

It works.

@y86 y86 merged commit bcce245 into master Jun 30, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants