首页 > 数据库技术 > 详细

如果提示DbContext不支持并行多线程

时间:2020-01-07 10:59:50      阅读:680      评论:0      收藏:0      [点我收藏+]

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

如果提示DbContext不支持并行多线程

原文:https://www.cnblogs.com/duoe/p/12159463.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!