mirror of
https://github.com/ehang-io/nps.git
synced 2025-09-01 10:56:53 +00:00
Bug
This commit is contained in:
@@ -54,6 +54,9 @@ func (s *Link) Run(flow bool) {
|
||||
}
|
||||
return
|
||||
} else {
|
||||
if s.Conn == nil {
|
||||
return
|
||||
}
|
||||
if s.UdpListener != nil && s.UdpRemoteAddr != nil {
|
||||
s.UdpListener.WriteToUDP(content, s.UdpRemoteAddr)
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user