You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use Reference.reachabilityFence to work around Java's somewhat
poorly documented memory model. This seems to be the intended use so
its likely this will fix the early finalization bugs we've seen, but
formal documentation on the Java memory model appears to be lacking
so its possible (albeit unlikely) that more may be required later.
This bumps our required Java version from 1.8 to 9.
Exposes Hash and Eq via Java's hashCode and equals.
Thows an exception instead of incorrect operation if multiple ChannelMonitors for the same channel are provided to a ChannelManagerConstructor.