Python code pauses execution while waiting for Natlink #228
Labels
Documentation
Issues related to Documentation
NatLink
A catchall label for issues related to NatLink
Question
Questions regarding utilization of Castor
So there's a needed to include some functions that run in the background within _caster.py. Unfortunately the code seems to be paused unless dictation is being processed or toggling DNS on and off.
As a test case a logging function can be used in _caster.py
The logging function repeats every 1 second and outputs the current timestamp. Here is the output when run from the Python at the command line:
And here is the output when run as part of Caster:
Why is this the case and what would be a recommended workaround?
The text was updated successfully, but these errors were encountered: