Replies: 1 comment 1 reply
-
I have done a lot more debugging on this, and I've discovered the following:
Are you aware of any issues related to MARS and async connection handling? I'm running the sync on MacOS, .NET 6. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I'm getting a random db connection issue when syncing. Both the server and the client are Azure SQL server databases. It's unclear if this is a network issue or otherwise. I get this error when running on a build server, and I haven't been able to replicate locally.
Here's what I know:
Dotmim.Sync.SyncException: Invalid operation. The connection is closed.
errorIt appears like a network issues, but then i don't understand why migrations always succeed, so perhaps I'm doing something wrong with the sync.
Can you provide some more information on the default connection retry strategy? Will it try to re-connect (eg due to network issues)? A long shot, but can you suggest any areas for me to debug what might be causing this? Many thanks in advance for any pointers.
Here's the stack trace:
Beta Was this translation helpful? Give feedback.
All reactions