fix: master thread message handler only logs 1 debug message per jobUID by clintonwoo · Pull Request #487 · andywer/threads.js
Here's a pull request to fix an issue with the worker message event handler.. it's logging 1 debug message per worker event handler.
So if a user has 10 observable events from the worker that the master subscribes to it will log 10 times the same message.
Doing the debug log after filtering the event UID fixes the issue.
Would appreciate a merge and new version if you could be so kind! Thank you!