-
-
Notifications
You must be signed in to change notification settings - Fork 54
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
OSCServer crashes #52
Comments
My guess is there is some malformed data that the server doesn’t catch. Could you send me the raw OSC data that causes the crash?
…On Jan 3, 2021, 11:04 AM -0800, Frederik Bertling ***@***.***>, wrote:
Hi,
when there many messages at once, the OSCServer crashes at line 99.
I tested it with RME TotalMixFX. When enabling the OSC mode for TotalMixFX all data are send at once and the server crashes.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
This is the value of data at the crash point:
|
Okay try this hack. Change
to
it's not a proper fix since you can have a bundle in a bundle. But it should work for you in the time being. Hopefully. Let me know the result. I'm pretty sure the issue is because I'm not validating the data properly. |
The change prevents the crash yes. |
Hi, I had a similar crash with TotalMix. |
Hi,
when there many messages at once, the OSCServer crashes at line 99.
I tested it with RME TotalMixFX. When enabling the OSC mode for TotalMixFX all data are send at once and the server crashes.
The text was updated successfully, but these errors were encountered: