blinkingmatt
blinkingmatt
When feeding byte arrays into the log from a worker process - we get to module: _crossbar.controller.processtypes_ and method _WorkerProcess.log_. Here the byte array is decoded with UTF-8. I think...
System: - Windows 10 - Python 3.6 - txaio 2.10.0 The txaio logging framework delegates the _info, warning_ and the like calls to a "logging.Logger" instance. But calling "_TxaioLogWrapper._set_log_level" does...
When setting the result for a Future object with Future.set_result() for a cancelled future we get an InvalidStateError. So I would suggest a small addition in the resolve() method: ```python...