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

Question : Maximum list length? #50

Closed
domkirke opened this issue Dec 14, 2017 · 5 comments
Closed

Question : Maximum list length? #50

domkirke opened this issue Dec 14, 2017 · 5 comments
Labels

Comments

@domkirke
Copy link

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!

@attwad
Copy link
Owner

attwad commented Dec 16, 2017

Hi, thanks for reporting that, it's weird indeed.
Could you provide a sample code to reproduce the problem please? (adding a very simple unit test to reproduce should be trivial)
I will have some time to look at that this week otherwise but not during this weekend.

@attwad attwad added the bug label Dec 16, 2017
@domkirke
Copy link
Author

domkirke commented Dec 17, 2017 via email

@attwad
Copy link
Owner

attwad commented Dec 19, 2017

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...

@domkirke
Copy link
Author

domkirke commented Dec 19, 2017 via email

@domkirke
Copy link
Author

domkirke commented Jan 9, 2018

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!

@domkirke domkirke closed this as completed Jan 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants