mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2026-02-27 01:07:10 +00:00
fix: crash due to nil net.Conn from mieru inbound (#2361)
This commit is contained in:
@@ -90,6 +90,8 @@ func (m *Mieru) Listen(tunnel C.Tunnel) error {
|
||||
if err != nil {
|
||||
if !m.server.IsRunning() {
|
||||
break
|
||||
} else {
|
||||
continue
|
||||
}
|
||||
}
|
||||
go mieru.Handle(c, tunnel, req, additions...)
|
||||
|
||||
Reference in New Issue
Block a user