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
DisposableChannel#address was changed in
reactor/reactor-netty#1081 to return
SocketAddress instead of InetSocketAddress in order to support UNIX
domain sockets. This is a binary incompatible change resulting in a new
method in DisposableChannel in 1.0 vs 0.9.x.
Signed-off-by: Rossen Stoyanchev <[email protected]>
0 commit comments