You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: