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
We found that a person with a lot of skills will cause the response from amiliaGetPackagesByClientID to split the response into multiple packages back to the device. Our code in ezfReceivePackagesByClientID does not correctly handle a multipart response.
This was not a problem in the past because we didn't have that many packages. With Amilia we have expanded the number of packages - and the length of their names - and so now we have to deal with this.
It should be noted that if the packages arrive at the device in correct order, then it is handled correctly. However these are UDP packages and order is not guaranteed.