stanley-king 2 年 前
コミット
c099e4c89c
1 ファイル変更1 行追加1 行削除
  1. 1 1
      plot/refill/WriterConsumer.py

+ 1 - 1
plot/refill/WriterConsumer.py

@@ -57,7 +57,7 @@ class WriterConsumer(Thread):
             log.info("%s consumer queue is empty", self._name)
 
     def put(self, method,params):
-        self._messages.put((method, params))
+        self._messages.put_nowait((method, params))
 
     def quit(self):
         log.debug("%s thread has quit", self._name)