Trying to patch up some junky code in the management server

This commit is contained in:
ceikry 2021-08-10 00:02:47 -05:00
parent 7859c87565
commit 8efd877a11
8 changed files with 18 additions and 22 deletions

View file

@ -168,9 +168,9 @@ public class IoSession {
}
writingQueue.remove(0);
}
writingLock.unlock();
} catch (IOException e) {
disconnect();
} finally {
writingLock.unlock();
}
}