You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am trying to implement a mechanism for trying to re-connect when the connection to an S101Client is lost.
If I do this without a logger it works, but it seems as if the log file that the logger is using isn't closed properly even though I explicitly close the StreamWriter in the event handler for the ConnectionLost event.
When I try to re-connect I get an exception stating that the log file is used by another process.
The text was updated successfully, but these errors were encountered:
Hi, I am trying to implement a mechanism for trying to re-connect when the connection to an S101Client is lost.
If I do this without a logger it works, but it seems as if the log file that the logger is using isn't closed properly even though I explicitly close the StreamWriter in the event handler for the ConnectionLost event.
When I try to re-connect I get an exception stating that the log file is used by another process.
The text was updated successfully, but these errors were encountered: