-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Providing callback function to findShortestPathBetween crashes the server #8
Comments
Correction: findShortestPathBetween itself crashes the server |
The last build was 3 years ago, I haven't touched that library since. I guess if you would try to compile it with the latest SDK it could just work (even though i am not 100% sure). Currently I have not really time to investigate the issue further, sorry. |
Understood. Though I hope you'd come back to this. |
I‘ll reopen the issue, as it is not fixed. |
ml_pathfind.zip |
I guess I found your issue, you are trying to unload the graph while your are running the path search. |
both |
As in the title. Providing callback to
findShortestPathBetween
function crashes the server without any errors.The text was updated successfully, but these errors were encountered: