c# 中延迟加载(执行)导致的error
今天在热修生产环境的bug,测试环境没问题。然后根据报错信息,研究了一会,导致走了一些弯路。我们在使用orm进行数据查询时,经常配合linq中的一些方法使用。尤其Where使用频率极高。Error Info:A second operation started on this context before a previous operation completed. This is usually caused by different threads using the same insta