A second operation was started on this context instance before a previous operation completed. This is usually caused by different threads concurrently using the same instance of DbContext.

这个错误发生的原因是在同一个 DbContext 实例上同时执行了多个操作,这通常是由于多线程并发访问同一个 … 继续阅读 A second operation was started on this context instance before a previous operation completed. This is usually caused by different threads concurrently using the same instance of DbContext.