mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-13 20:00:55 +08:00
update
2
常见问题.md
2
常见问题.md
@@ -79,7 +79,7 @@ b) 不要在任何地方存 IdleBus.Get 的引用,尽量每次都使用 Get
|
||||
|
||||
因为 IdleBus 有超时释放机制,一时触发在那些存引用的对象,就会报这个报错
|
||||
|
||||
c) 检查项目的系统事件,是否在异常之前触发
|
||||
原因三:检查项目的系统事件,是否在异常之前触发
|
||||
|
||||
```c#
|
||||
AppDomain.CurrentDomain.ProcessExit += (s1, e1) =>
|
||||
|
||||
Reference in New Issue
Block a user