Author Topic: Asynchronous Tag Subscription ID Issue  (Read 2275 times)

fpearson

  • Newbie
  • *
  • Posts: 1
    • View Profile
Asynchronous Tag Subscription ID Issue
« 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 !