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
In Windows 10, I have been doing some long time testing to our application and I have found a possible issue.
We connect using WS and mantain the connection during the whole life of the application.
Due to the nature of our project, the Surreal DataBase is located in a Virtualized environment where we connect using OpenVPN.
I have looking at the logs of the OpenVPN client and it reconnects every hour. i.e.:
Then we have noticied that the SurrealDb.NET client looses connection and we have to set a timer to disconnect and reconnect every 30 minutes.
Then we can guarantee that the connection is available when a user requires data.
To test this behaviour, just establish the SurrealDB server behind a OpenVPN tunnel and manually disconnect and reconnect the tunnel.
The SurrealDB.NET client WS should not recover from this.
Could you kindly take a look at it.
Best regards.
The text was updated successfully, but these errors were encountered:
Dear all
As always, thank you for your hard work
In Windows 10, I have been doing some long time testing to our application and I have found a possible issue.
We connect using WS and mantain the connection during the whole life of the application.
Due to the nature of our project, the Surreal DataBase is located in a Virtualized environment where we connect using OpenVPN.
I have looking at the logs of the OpenVPN client and it reconnects every hour. i.e.:
Then we have noticied that the SurrealDb.NET client looses connection and we have to set a timer to disconnect and reconnect every 30 minutes.
Then we can guarantee that the connection is available when a user requires data.
To test this behaviour, just establish the SurrealDB server behind a OpenVPN tunnel and manually disconnect and reconnect the tunnel.
The SurrealDB.NET client WS should not recover from this.
Could you kindly take a look at it.
Best regards.
The text was updated successfully, but these errors were encountered: