I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit bae011da authored by dream's avatar dream
Browse files

Re-adding MessageChannel to I2PSocketFull

parent 6d621d5e
No related branches found
No related tags found
No related merge requests found
......@@ -69,8 +69,7 @@ class I2PSocketFull implements I2PSocket {
}
public SelectableChannel getChannel() {
return null;
//return new MessageChannel(this);
return new MessageChannel(this);
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment