I've been experiencing an issue when subcribing to many tags asynchroniously with the ethernet Clx Driver.
The subscribing function sends a duplicated subcription ID. It does not make sense when you know that the unsubrcribe funtion takes the ID as a parameter.
I was wondering if it would be possible to fix this in the source code (e.g. locking the variable CurrentID in OpcDaCom.cs)
Thank you !