zigpy / bellows

A Python 3 project to implement EZSP for EmberZNet devices
GNU General Public License v3.0
179 stars 87 forks source link

Use the correct indentation level for the concurrency manager #496

Closed puddly closed 1 year ago

puddly commented 1 year ago

494 contained a bug where the request concurrency was enforced only for the sending stage, not for the response notification stage.