Improve test coverage for rtmp client service.

pull/1568/head
winlin 5 years ago
parent cc11f36940
commit 80bac7d982

@ -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…
Cancel
Save