You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after some tries, it seems that the limit is around 810 values per array.
And since the error does not appear each time I guess a transmission failure.
So is there a Jamoma method / paramater to automatically split too long message into smaller one to increase the reliability ?
When trying to send an array of 1000 float through a Jamoma return, I got this message in console on client side :
It runs on a Raspberry Pi,
the sender code is here : https://github.com/avilleret/gorgone/blob/0faa634304e24d681ac805a55861b5b9a4d53a03/src/gorgone.cpp#L114-L125
and the receiver is a Puredata patch : https://github.com/avilleret/gorgone/tree/0faa634304e24d681ac805a55861b5b9a4d53a03/Pd
Both runs on the same Raspberry Pi 2 with Jessie
The text was updated successfully, but these errors were encountered: