A second operation started on this context before a previous operation completed. This is usually caused by different threads using the same instance of DbContext. For more information on how to avoid threading issues with DbContext

如果提示DbContext不支持并行多线程,那么你看看是否有该await的地方,没有await

相关文章:

  • 2022-12-23
  • 2021-08-21
  • 2021-08-18
  • 2022-12-23
  • 2022-12-23
  • 2021-09-08
  • 2021-09-15
  • 2022-12-23
猜你喜欢
  • 2021-10-12
  • 2021-05-03
  • 2022-12-23
  • 2021-06-22
  • 2021-12-02
  • 2022-12-23
相关资源
相似解决方案