AdvancedHMI Software

General Category => Feature Request => Topic started by: fpearson on August 15, 2018, 11:28:13 AM

Title: Asynchronous Tag Subscription ID Issue
Post by: fpearson on August 15, 2018, 11:28:13 AM
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 !