1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-12 19:31:53 +00:00

Improve test coverage for rtmp client service.

This commit is contained in:
winlin 2020-01-08 14:26:38 +08:00
parent cc11f36940
commit 80bac7d982

View file

@ -1278,6 +1278,7 @@ VOID TEST(TCPServerTest, ContextUtility)
if (true) {
srs_utime_t to = 1*SRS_UTIME_SECONDS;
SrsBasicRtmpClient rc("rtmp://127.0.0.1/live/livestream", to, to);
rc.close();
}
}