Revert "Disable NasalMainLoopRecipient"

This reverts commit 67e2860cc3.
This commit is contained in:
Richard Harrison
2019-12-29 13:45:42 +01:00
parent 67e2860cc3
commit 0cddb9e843

View File

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