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:
parent
cc11f36940
commit
80bac7d982
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue