Closed danieledler closed 8 years ago
Problem is that the Infomap worker is spawned from within another worker, which is only supported in Firefox. Workaround: Send network to main thread and start Infomap worker from there and send the result back.
Fixed by commit 8e18bf1
Fixed by 8e18bf1
Problem is that the Infomap worker is spawned from within another worker, which is only supported in Firefox. Workaround: Send network to main thread and start Infomap worker from there and send the result back.