Closed abagali1 closed 5 years ago
Added threading locks to radio_output.py so that two processes cannot access a radio at the same time.
radio_output.py
radio_output.send(message: str)
core/__init__.py
config_default.yml
Implement Threading Locks
9
Description
Added threading locks to
radio_output.py
so that two processes cannot access a radio at the same time.Steps to Reproduce
radio_output.send(message: str)
radio_output.send(message: str)
until the previous thread has diedAffected Areas
radio_output.py
core/__init__.py
config_default.yml