Skip to content

Releases: wolf8196/NModbusAsync

3.0.2

07 Jan 08:12
0d140e1
Compare
Choose a tag to compare

Fix for semaphore dispose issue.
If master was used from multiple threads, one will execute and others will wait in semaphore.
However if some thread disposes the master, while others wait in semaphore, tasks might hang forever.