You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(device): prevent while true loop high cpu usage bug (#298)
add a sleep in while true loop and prevent high cpu usage bug
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
- **Bug Fixes**
- Improved performance by adding a delay in the processing loop to
reduce CPU resource consumption.
- Enhanced logging detail for socket error messages to aid in debugging.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
0 commit comments