mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-01-18 07:17:32 -05:00
merge conflict
This commit is contained in:
parent
08261e4f13
commit
3376ea078d
@ -117,21 +117,6 @@ func (this *InboundDetourHandlerDynamic) refresh() error {
|
|||||||
this.ichs = newIchs
|
this.ichs = newIchs
|
||||||
this.Unlock()
|
this.Unlock()
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
go func(recycles []proxy.InboundHandler) {
|
|
||||||
time.Sleep(time.Minute)
|
|
||||||
for _, ich := range recycles {
|
|
||||||
if ich == nil {
|
|
||||||
continue
|
|
||||||
}
|
|
||||||
port := ich.Port()
|
|
||||||
ich.Close()
|
|
||||||
delete(this.portsInUse, port)
|
|
||||||
}
|
|
||||||
}(ich2Recycle)
|
|
||||||
|
|
||||||
=======
|
|
||||||
>>>>>>> 045e1dcc5329b68fee3fc0f94b1c50d6ee303b27
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user