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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user