Open Saleem344 opened 3 years ago
You might not need this advice any more, but I guess the trouble is that a new connection sends an interrogation command to get the complete network image -- as it should. Simply do not open a new connection every time.
Hi, I have developed Dotnet Core Web API using this library when I'm giving the request to the API I'm getting the IEC104 parameters data in API response now the issues is when I'm requesting the API again a second time or third time it is not giving the current updated records it is giving me the old records and new records both but I don't want the old records I want only new records.
My code:
Can anyone help me with how to clear the ASDUReceivedhandler so that I can get only new records??
Thank you..