atlanticwave-sdx / sdx-controller

Central Controller for AtlanticWave SDX.
https://www.atlanticwave-sdx.net
MIT License
1 stars 3 forks source link

Avoid busy wait in bapm_server #200

Closed sajith closed 7 months ago

sajith commented 7 months ago

By default, Queue.get() is a blocking call; no need of checking if the queue is non-empty in a loop.

Resolves #199. I believe this is similar to issue #33, which was resolved by PR #175.

coveralls commented 7 months ago

Pull Request Test Coverage Report for Build 7497582194


Totals Coverage Status
Change from base Build 6239647665: 0.2%
Covered Lines: 516
Relevant Lines: 1222

💛 - Coveralls