Skip to content

Commit

Permalink
Merge #2047 into main
Browse files Browse the repository at this point in the history
  • Loading branch information
violetagg committed Feb 22, 2022
2 parents d716327 + d1f0a4a commit 47dd756
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ public static Mono<Channel> connect(TransportConfig config, SocketAddress remote
Objects.requireNonNull(remoteAddress, "remoteAddress");
Objects.requireNonNull(resolverGroup, "resolverGroup");
Objects.requireNonNull(channelInitializer, "channelInitializer");
Objects.requireNonNull(eventLoop, "eventLoop");

boolean isDomainAddress = remoteAddress instanceof DomainSocketAddress;
return doInitAndRegister(config, channelInitializer, isDomainAddress, eventLoop)
Expand Down

0 comments on commit 47dd756

Please sign in to comment.