mirror of
https://github.com/qtgolang/SunnyNet.git
synced 2026-08-30 22:11:29 -07:00
@@ -34,7 +34,7 @@ func (d *Divert) IsRunning() bool {
|
||||
func (d *Divert) Close() {
|
||||
d.handleMutex.Lock()
|
||||
if d.handle != nil {
|
||||
_ = d.handle2.Close()
|
||||
_ = d.handle.Close()
|
||||
}
|
||||
if d.handle2 != nil {
|
||||
_ = d.handle2.Close()
|
||||
|
||||
Reference in New Issue
Block a user