storj-archived/libstorj

Support using custom defined loops with storj_init_env

Closed this issue · 0 comments

With both the Ruby and Node.js bindings, using the UV default loop is preferred, as the loop will be managed and run automatically. We should better support this case because in storj_destroy_env it will try to close and free the loop and cause issues.

Related area of code:

Related: