# HG changeset patch # User cin # Date 2017-12-13 16:54:45 # Node ID eedf4d834e67d7edec360d2b5ab9ec773eb9bd17 # Parent bdfdba6b645b25e430fd2e985217ac287d9e3a11 fix 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;