镜像自地址
https://github.com/tuna/tunasync.git
已同步 2025-12-06 14:36:47 +00:00
[bug fix] provider is not terminated if premature stop command received
这个提交包含在:
@@ -83,7 +83,7 @@ sleep 30
|
||||
So(err, ShouldBeNil)
|
||||
|
||||
go func() {
|
||||
err = provider.Run()
|
||||
err := provider.Run(make(chan empty, 1))
|
||||
ctx.So(err, ShouldNotBeNil)
|
||||
}()
|
||||
|
||||
|
||||
在新工单中引用
屏蔽一个用户