We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When receiving large JsonStrings the buffer defined in OscServer.ServerLoop() overuns.
OscServer.ServerLoop()
In my forked branch, I have need to adjust the buffer size from 4096 to 32767, in order to accommodate larger json strings.
Is there a way this buffer size could be increased dynamically by the user, depending on use-case?
Or perhaps it could simply be increased in the code, without incident?
The text was updated successfully, but these errors were encountered:
There isn't any way to extend the buffer size at the moment. I'll improve it in a future version.
Sorry, something went wrong.
keijiro
No branches or pull requests
When receiving large JsonStrings the buffer defined in
OscServer.ServerLoop()
overuns.In my forked branch, I have need to adjust the buffer size from 4096 to 32767, in order to accommodate larger json strings.
Is there a way this buffer size could be increased dynamically by the user, depending on use-case?
Or perhaps it could simply be increased in the code, without incident?
The text was updated successfully, but these errors were encountered: