mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
One more instance of modified method name in Mono
This commit is contained in:
+1
-1
@@ -195,7 +195,7 @@ public class ReactorNettyTcpClient<P> implements TcpOperations<P> {
|
||||
|
||||
ChannelGroupFuture close = this.channelGroup.close();
|
||||
Mono<Void> completion = FutureMono.from(close)
|
||||
.doAfterTerminate((x, e) -> {
|
||||
.doOnSuccessOrError((x, e) -> {
|
||||
// TODO: https://github.com/reactor/reactor-netty/issues/24
|
||||
shutdownGlobalResources();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user