forked from 2009Scape/Server
Trying to patch up some junky code in the management server
This commit is contained in:
parent
7859c87565
commit
8efd877a11
8 changed files with 18 additions and 22 deletions
|
|
@ -168,9 +168,9 @@ public class IoSession {
|
|||
}
|
||||
writingQueue.remove(0);
|
||||
}
|
||||
writingLock.unlock();
|
||||
} catch (IOException e) {
|
||||
disconnect();
|
||||
} finally {
|
||||
writingLock.unlock();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue