We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Following code bypasses wrapper object InterestOps:
rlp_03/src/main/java/com/teragrep/rlp_03/SocketPoll.java
Line 189 in 9a1a343
it should access the instance, so that it's internals are updated accordingly:
// proper attachment attached, now it is safe to use interestOps.add(SelectionKey.OP_READ);
The text was updated successfully, but these errors were encountered:
fixed in #117 see https://github.com/teragrep/rlp_03/blob/main/src/main/java/com/teragrep/rlp_03/ConnectContext.java#L117
Sorry, something went wrong.
No branches or pull requests
Following code bypasses wrapper object InterestOps:
rlp_03/src/main/java/com/teragrep/rlp_03/SocketPoll.java
Line 189 in 9a1a343
it should access the instance, so that it's internals are updated accordingly:
The text was updated successfully, but these errors were encountered: