提交 97a79050 authored 作者: Thomas Mueller's avatar Thomas Mueller

More bugs in the server-less multi-connection mode.

上级 7605525b
......@@ -1136,7 +1136,7 @@ public class Session extends SessionWithState {
newSession.sessionState = sessionState;
newSession.recreateSessionState();
if (write) {
while (!database.beforeWriting()) {
while (!newSession.database.beforeWriting()) {
// wait until we are allowed to write
}
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论