mirror of
https://github.com/ehang-io/nps.git
synced 2025-09-06 07:06:53 +00:00
fine mux, add goroutine pool
This commit is contained in:
@@ -215,7 +215,7 @@ func (s *Mux) pingReturn() {
|
||||
if latency < 0.5 && latency > 0 {
|
||||
s.latency = latency
|
||||
}
|
||||
logs.Warn("latency", s.latency)
|
||||
//logs.Warn("latency", s.latency)
|
||||
common.WindowBuff.Put(data)
|
||||
}
|
||||
}()
|
||||
|
Reference in New Issue
Block a user