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 Multiplexer working in the wrong direction & Multi-Udp Osc Packets not working #17

Merged
merged 10 commits into from
Sep 10, 2024

Conversation

C0D3-M4513R
Copy link
Owner

No description provided.

Signed-off-by: C0D3 M4513R <[email protected]>
Fixes Multiplexer working in the Send rather than Receive direction
@C0D3-M4513R C0D3-M4513R marked this pull request as ready for review September 5, 2024 15:22
Previously I assumed, that exactly one osc packet was sent per message.
This is apparently not true anymore.
This new code deals with Osc Packets that are spread across multiple udp packets.

Receiving multiple different OscPackets in a single message is not really supported yet.
(they may eventually get parsed though, if enough multi-packet Osc Messages get received, or they might get lost, if an invalid osc message gets sent or udp fails to receive an udp packet)
@C0D3-M4513R C0D3-M4513R changed the title Fix Multiplexer working in the wrong direction Fix Multiplexer working in the wrong direction & Multi-Udp Osc Packets not working Sep 10, 2024
@C0D3-M4513R C0D3-M4513R merged commit 3800707 into main Sep 10, 2024
6 checks passed
@C0D3-M4513R C0D3-M4513R deleted the dev branch September 10, 2024 14:05
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.

1 participant