# HG changeset patch # User cin # Date 1513184085 -10800 # Node ID eedf4d834e67d7edec360d2b5ab9ec773eb9bd17 # Parent bdfdba6b645b25e430fd2e985217ac287d9e3a11 fix diff -r bdfdba6b645b -r eedf4d834e67 Implab.Diagnostics.Interactive/InteractiveListener.cs --- a/Implab.Diagnostics.Interactive/InteractiveListener.cs Fri Dec 01 01:28:56 2017 +0300 +++ b/Implab.Diagnostics.Interactive/InteractiveListener.cs Wed Dec 13 19:54:45 2017 +0300 @@ -18,7 +18,7 @@ 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;