This commit is contained in:
@@ -273,6 +273,7 @@ public abstract class AsyncConnection implements AsynchronousByteChannel, AutoCl
|
|||||||
rc = Channels.newChannel(socket.getInputStream());
|
rc = Channels.newChannel(socket.getInputStream());
|
||||||
wc = Channels.newChannel(socket.getOutputStream());
|
wc = Channels.newChannel(socket.getOutputStream());
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
this.readChannel = rc;
|
this.readChannel = rc;
|
||||||
this.writeChannel = wc;
|
this.writeChannel = wc;
|
||||||
|
|||||||
Reference in New Issue
Block a user