kaloyan-raev / hello-storj

Demo app for integrating the libstorj native library in Android
GNU General Public License v3.0
5 stars 3 forks source link

`Failed to initialize Storj environment` when uploading many files simultaneously #10

Closed MeijeSibbel closed 6 years ago

MeijeSibbel commented 7 years ago

I tried uploading 15 files at the same time but i get a Failed to initialize Storj environment on some uploads

kaloyan-raev commented 7 years ago

This error happens when the call to the native storj_init_env() function is not successful. Most probably some memory allocation failed.

/cc @braydonf

kaloyan-raev commented 6 years ago

This should be resolved with the latest v0.8. The Storj environment is now reused between calls, instead of creating new one for each call to bridge.