Skip to content

Releases: wolf8196/NModbusAsync

Release list

3.0.2

Choose a tag to compare

@wolf8196 wolf8196 released this 07 Jan 08:12
0d140e1

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.