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
Extract channel close listener into static CloseChannelFutureListener
The close listener now captures only the NettyStream, so the one-shot
connection-open handler can no longer be pinned for the channel lifetime.
Replaces the local-variable capture idiom with a structural guarantee.
JAVA-6250
0 commit comments