rasvaan / digibird_client

Node.js code for Digibird site.
MIT License
2 stars 0 forks source link

Async calls to get video data #94

Closed LaraHack closed 8 years ago

LaraHack commented 8 years ago

When retrieving the metadata and video data, the functions used are asynchronous calls. There are errors if some calls are faster than others. This needs to be fixed by using promises. Use promise library or q library or promised-io library?!