We have quitAllFireflyServers() , but that doesn't seem to work on my end. (Or maybe I'm just not using it right.)
Also, strangely on some computers (including mine) when you run the command process = spawnFireflyServer(port, method = 'flask') It actually creates 2 processes (which doesn't seem to break anything, at least on my end, but seems odd.) This may be something we need/want to investigate and fix.
We have
quitAllFireflyServers(), but that doesn't seem to work on my end. (Or maybe I'm just not using it right.)Also, strangely on some computers (including mine) when you run the command
process = spawnFireflyServer(port, method = 'flask')It actually creates 2 processes (which doesn't seem to break anything, at least on my end, but seems odd.) This may be something we need/want to investigate and fix.