stanley-king il y a 2 ans
Parent
commit
c099e4c89c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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)