diff --git a/Implab.Diagnostics.Interactive/InteractiveListener.cs b/Implab.Diagnostics.Interactive/InteractiveListener.cs --- a/Implab.Diagnostics.Interactive/InteractiveListener.cs +++ b/Implab.Diagnostics.Interactive/InteractiveListener.cs @@ -18,7 +18,7 @@ namespace Implab.Diagnostics.Interactive readonly IPromise m_guiFinished; - readonly MTQueue m_queue = new MTQueue(); + readonly SimpleAsyncQueue m_queue = new SimpleAsyncQueue(); readonly AutoResetEvent m_queueEvent = new AutoResetEvent(false); int m_queueLength;