Disable NasalMainLoopRecipient

This is preventing FGFS shutdown on Linux OS.
Does not appear that this thread is properly joined and terminated.
This commit is contained in:
Scott Giese
2019-12-27 20:48:02 -06:00
parent 0cf9dd165e
commit 67e2860cc3

View File

@@ -39,7 +39,9 @@ namespace nasal
// }
// virtual ~NasalMainLoopRecipientSingleton() {}
//};
NasalMainLoopRecipient mrl;
// HACK: The below prevents shutdown on Linux. Disable until thread shutdown is implemented.
// NasalMainLoopRecipient mrl;
//----------------------------------------------------------------------------
naRef to_nasal_helper(naContext c, const std::string& str)