Thursday, June 18, 2020
1 change · master
Resolved issues and error corrections
This fix ensures connected IoT payment devices stop their background activity when they are disconnected. It helps prevent lingering device processes that could affect reliability or resource usage after a disconnect.
Original PR description
The theads of devices were still running after 'disconnect' had been called. We add a '_run' variable that is set to True when the thread should be running.