Skip to content

Commit

Permalink
现在可以显示媒体服务器存在状态
Browse files Browse the repository at this point in the history
  • Loading branch information
SudoSuBash committed Feb 24, 2024
1 parent e1679ef commit 8fdc32b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ func (c *QQClient) ConnectionQualityTest() *ConnectionQualityInfo {
c.error("test srv server latency error: %v", err)
r.SrvServerLatency = 9999
}
} else {
r.SrvServerPacketLoss = -1
}
}()
go func() {
Expand Down

0 comments on commit 8fdc32b

Please sign in to comment.