-
Notifications
You must be signed in to change notification settings - Fork 108
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
Question : Maximum list length? #50
Comments
Hi, thanks for reporting that, it's weird indeed. |
Hi, thank you for answering!
I am using it with Max/MSP, don't know if you have it so you can test. The code is nothing at all, i cannot send you everything because its all hard machine learning stuff ; though, i am sending a 1025 elements list but there is only 256 elements arriving in the patch. I know that for example in some libraries this is hard coded, and I wouldn't suspect native libraries since the previous library I was using in Python 2 worked well...
|
I added a few tests for 512 elements lists in 8641ee7 |
Hm, that is strange, I will look if it is not something wrong at my side but the code were working in Python2 with PyOSC the day before, thus I wouldn't understand... I will check anyway
Le mardi 19 décembre 2017 à 05:44:29 UTC+1, attwad <notifications@github.com> a écrit :
I added a few tests for 512 elements lists in 8641ee7
So far so good, it seems to work for me.
I will try to look in the server code next but that's just standard python server udp/tcp stuff so if there's something hardcoded that'd be in there...
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Finally figured out it was the host application that limited packet size... Didn't figured out why it was working with previous version, but problem is not in the library. Sorry for the false issue! |
Great work with your package !
Though, when I send lists trough OSC, these lists are cropped to 256 elements. I looked in the code trying to find where this limit could come from, but I didn't find any explicit limit.. Is it in the package or it is imposed by the native SocketServer package?
Thank you very much!
The text was updated successfully, but these errors were encountered: