pazzarpj / aiomodbus

Asyncio Library for Modbus
MIT License
5 stars 1 forks source link

Feature/issue 14 serial client can hang #15

Closed pazzarpj closed 4 years ago

pazzarpj commented 4 years ago

14 Fixed the race condition and got working to similar performance levels as using the asyncio.event.

Tested on the failed setup from the issue and it works with these changes. It now correctly errors instead of hanging the task.