fix #156
This commit is contained in:
@ -366,7 +366,7 @@ func (s *UDP) UDPRevecive(key string) {
|
|||||||
}()
|
}()
|
||||||
v, ok := s.udpConns.Get(key)
|
v, ok := s.udpConns.Get(key)
|
||||||
if !ok {
|
if !ok {
|
||||||
s.log.Printf("[warn] udp conn not exists for %s, connid : %s", key)
|
s.log.Printf("[warn] udp conn not exists for %s", key)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
uc = v.(*UDPConnItem)
|
uc = v.(*UDPConnItem)
|
||||||
|
|||||||
Reference in New Issue
Block a user