Wrapper: try to avoid crash if server is shut(ting) down when thread returns

nix
Owen Green 5 years ago
parent ee2892bf8e
commit 010ecf557e

@ -343,7 +343,7 @@ namespace impl {
FifoMsg msg; FifoMsg msg;
msg.Set(world, runCompletion, tidyup, c); msg.Set(world, runCompletion, tidyup, c);
ft->fSendMsgToRT(world,msg); if(world->mRunning) ft->fSendMsgToRT(world,msg);
} }
struct CommandProcess: public NRTCommand struct CommandProcess: public NRTCommand

Loading…
Cancel
Save