Skip to content

Providing callback function to findShortestPathBetween crashes the server #8

@TracerDS

Description

@TracerDS

As in the title. Providing callback to findShortestPathBetween function crashes the server without any errors.

local id = loadPathGraph('nodes.json')

if isGraphLoaded(id) then
    iprint('Loaded graph with id: ',id)

    findShortestPathBetween(id,0,0,0,100,100,100,function(nodes)
        iprint('callback')
    end)
end

unloadPathGraph(id)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions