mycroes / Sally7

C# implementation of Siemens S7 connections with a focus on performance
MIT License
57 stars 23 forks source link

Failed to return job ID exception on dispose #47

Closed mycroes closed 8 months ago

mycroes commented 11 months ago

When disposing an active connection (with pending read/writes) the queues are disposed as well. This results in an exception that the job ID could not be returned to the queue. This is probably masking a more relevant exception.

mycroes commented 8 months ago

Hotfix in 6fa4feefbe1e133659afcbbb152bc18047e1ac15 (v0.14.3), mainlined in #48.