sharedstreets / sharedstreets-js

SharedStreets (Node.js & Javascript)
https://sharedstreets.io
MIT License
78 stars 25 forks source link

is buildGraph resolving correctly? #57

Open morganherlocker opened 5 years ago

morganherlocker commented 5 years ago

This issue is to note that I have found buildGraph to sometimes output logs after the function has resolved with an await call. This could be user error related to an issue in my implementation, but I want to investigate to verify that buildGraph is not resolving before data is fully downloaded, extracted, and contracted by OSRM. The build is normally cached, so this would only appear on a fresh build, which is why it would be easy to overlook the issue, if it is present.