Hi
I am currently testing again my .Net app that uses the DSS REST API, and, not for the first time, after having extracted successfully a number of times, when I restart my app after a change, I get an error on getting the extractionResult, the error messge is:
"Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host."
My app logs in using the ExtractionsContext with user and pw, so it can be that it logged in say 5 or 6 times, and then I hit a bug in my code, so I just stop the app. And after a number of stops, I get this weird error.
And then I keep getting that error for a while if I start m app again.
Is there a proper way to log out of DSS, which would maybe cure that problem ?
Or is there a timeout, and after some hours, the DSS systems just sever the connection ?
So, what can I do about that, what the right way to handle this situation. When everything works well, my whole app runs in 1,5 minutes, so it's a lightweight thing :)
Thanks for help
Bernard