mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-01-02 07:25:19 -05:00
test case for 0 timeout
This commit is contained in:
@@ -42,6 +42,7 @@ func (t *ActivityTimer) finish() {
|
||||
|
||||
if t.onTimeout != nil {
|
||||
t.onTimeout()
|
||||
t.onTimeout = nil
|
||||
}
|
||||
if t.checkTask != nil {
|
||||
t.checkTask.Close() // nolint: errcheck
|
||||
|
||||
Reference in New Issue
Block a user