Skip to content

Commit d6d37a5

Browse files
committed
feat: 更新远端节点数据
1 parent 5426702 commit d6d37a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/BootstrapBlazor/Services/TcpSocket/DefaultTcpSocketClient.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ public override async ValueTask<bool> ConnectAsync(IPEndPoint endPoint, Cancella
3333

3434
// 创建新的 TcpClient 实例
3535
_client ??= new TcpClient(localEndPoint);
36+
_remoteEndPoint = endPoint;
3637

3738
var connectionToken = token;
3839
if (ConnectTimeout > 0)

0 commit comments

Comments
 (0)