Maxim Mikhisor
Maxim Mikhisor
Is this bug going to be fixed? Also have this issue.
> I definitely want to upvote this feature request. Docking panels is an integral part of my MFC desktop application that I want to convert to WinUI3. Same things. We...
@albyrock87 Inside loop we have "Thread.Sleep(2000)" It means that when **C1** is trying to write to DB, **C2** already closed and should not influence on **C1**. But instead we have...
If you comment or delete task, i.e. if only **C2** will work, you will see that **C2** is working ok. Even with ` db2.SaveChanges();` inside of the `foreach`.
You a bit confusing "checkpoint" word. From documentation: Moving the WAL file transactions back into the database is called a "checkpoint". Checkpoint is not source of problem. I guess I...