LiteSpeedTest icon indicating copy to clipboard operation
LiteSpeedTest copied to clipboard

管道缺少返回值导致程序死锁

Open chenzch opened this issue 1 year ago • 0 comments

LiteSpeedTest/web/profile.go 第604行,当Link2Config返回错误,程序直接在这里返回,并没有往chan里返回数据,导致程序在等待chan返回的地方死锁,这里需要添加一个默认的错误Node。

chenzch avatar Jul 31 '23 19:07 chenzch