You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RoBot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑🤝🧑👫🧑🏿🤝🧑🏻👩🏾🤝👨🏿👬🏿
If it is set to itself here, it will cause an infinite loop in the seataConnector.Driver() method: seataConnection.target(dsnConnector).Driver() == seataDriver, and finally return &seataDriver(seataDriver), then all related proxy objects for seataDriver after that method will have infinite recursion.
这里如果设置成自身的话,会导致 seataConnector.Driver() 方法出现死循环:seataConnection.target(dsnConnector).Driver() == seataDriver, 最后返回 &seataDriver(seataDriver),那么这之后针对 seataDriver 的所有涉及代理对象的方法都会出现无限递归。
The text was updated successfully, but these errors were encountered: