Bug fix and some other things

This commit is contained in:
Ziver Koc 2009-03-31 17:56:23 +00:00
parent 9297bea93d
commit 7cb0fdb435
4 changed files with 129 additions and 37 deletions

View file

@ -312,6 +312,7 @@ public abstract class NioNetwork implements Runnable {
//pendingReadData.get(socketChannel).clear();
}catch(Exception e){
e.printStackTrace();
//pendingReadData.get(socketChannel).reset();
}
}