Skip to content

Commit

Permalink
fix resolution bug, when the new ip is back to udpChannel.remoteData,…
Browse files Browse the repository at this point in the history
… this can not be triggered `resolution changes` (#1711)
  • Loading branch information
WorkingChen authored Jan 13, 2025
1 parent bf91ef8 commit 89a6d84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ else if (udpChannel.hasExplicitEndpoint() && !udpChannel.isMulticast())
{
timeOfLastResolutionNs = nowNs;
final String endpoint = udpChannel.channelUri().get(CommonContext.ENDPOINT_PARAM_NAME);
conductorProxy.reResolveEndpoint(endpoint, this, udpChannel.remoteData());
conductorProxy.reResolveEndpoint(endpoint, this, this.connectAddress);
}
}
}
Expand Down

0 comments on commit 89a6d84

Please sign in to comment.