Hi, i'm having problems loading images, both on canvas component and using both getfile and asyncgetfile.
The canvas component doesnt show the images (sometimes) and the async/getfile finishes loading, but when i try to get the local file it doesn't exist
There is a very erratic behavior, and after some tests i think it has got to do with image size (px/kb) and simoultaneous loading.
I started a java tomcat to use as proxy and monitor the image urls to be loaded by the canvas component. At first i started returning big images (2000x200 px 3Mb) created on the fly, and these loaded fine, until i started changing the images fast, and i started getting a connection reset by peer (roku) in the server, that could be one of the problems.
any ideas?
thanks!