mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Improve test coverage for rtmp client service.
This commit is contained in:
parent
cc11f36940
commit
80bac7d982
1 changed files with 1 additions and 0 deletions
|
@ -1278,6 +1278,7 @@ VOID TEST(TCPServerTest, ContextUtility)
|
||||||
if (true) {
|
if (true) {
|
||||||
srs_utime_t to = 1*SRS_UTIME_SECONDS;
|
srs_utime_t to = 1*SRS_UTIME_SECONDS;
|
||||||
SrsBasicRtmpClient rc("rtmp://127.0.0.1/live/livestream", to, to);
|
SrsBasicRtmpClient rc("rtmp://127.0.0.1/live/livestream", to, to);
|
||||||
|
rc.close();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue