mirror of
https://github.com/aler9/rtsp-simple-server
synced 2025-09-27 12:02:27 +08:00
build(deps): bump github.com/datarhei/gosrt from 0.7.0 to 0.8.0 (#3992)
* build(deps): bump github.com/datarhei/gosrt from 0.7.0 to 0.8.0 Bumps [github.com/datarhei/gosrt](https://github.com/datarhei/gosrt) from 0.7.0 to 0.8.0. - [Commits](https://github.com/datarhei/gosrt/compare/v0.7.0...v0.8.0) --- updated-dependencies: - dependency-name: github.com/datarhei/gosrt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * fix tests --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: aler9 <46489434+aler9@users.noreply.github.com>
This commit is contained in:
@@ -767,7 +767,7 @@ func TestAPIProtocolListGet(t *testing.T) {
|
||||
"packetsFlowWindow": float64(25600),
|
||||
"packetsReceiveBuf": float64(0),
|
||||
"packetsReceived": float64(1),
|
||||
"packetsReceivedACK": float64(0),
|
||||
"packetsReceivedACK": out1.(map[string]interface{})["items"].([]interface{})[0].(map[string]interface{})["packetsReceivedACK"],
|
||||
"packetsReceivedAvgBelatedTime": float64(0),
|
||||
"packetsReceivedBelated": float64(0),
|
||||
"packetsReceivedDrop": float64(0),
|
||||
|
Reference in New Issue
Block a user