snitch icon indicating copy to clipboard operation
snitch copied to clipboard

Fix logging interference with worker and main thread

Open aod opened this issue 5 years ago • 1 comments

Fix #170

aod avatar Feb 14 '20 10:02 aod

This fixes the problem because the warnings are sent to the print channel, which defers the logging until all todos are processed.

Before:

Screenshot from 2020-04-04 11-06-41

After:

Screenshot from 2020-04-04 11-03-14

As you can see it does not interfere with the output anymore like it does in the issue.

Where is this problem still reproducible?

aod avatar Apr 04 '20 09:04 aod