fix: boundary scan could not close and jtag scan failed

This commit is contained in:
2025-05-20 20:31:48 +08:00
parent bbfe06822d
commit 81f91b2b71
2 changed files with 52 additions and 21 deletions

View File

@@ -422,7 +422,7 @@ public class Jtag
if (!MsgBus.IsRunning)
return new(new Exception("Message Bus not Working!"));
var retPack = await MsgBus.UDPServer.WaitForDataAsync(address, port);
var retPack = await MsgBus.UDPServer.WaitForDataAsync(address, 0, port);
if (!retPack.IsSuccessful || !retPack.Value.IsSuccessful)
return new(new Exception("Send address package failed"));