mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
close #454, support obs restart publish. 2.0.184
This commit is contained in:
parent
ccc4c05da9
commit
2cf526ffc7
7 changed files with 33 additions and 19 deletions
|
@ -96,7 +96,7 @@ int SrsRecvThread::cycle()
|
|||
}
|
||||
|
||||
if (ret != ERROR_SUCCESS) {
|
||||
if (!srs_is_client_gracefully_close(ret)) {
|
||||
if (!srs_is_client_gracefully_close(ret) && !srs_is_system_control_error(ret)) {
|
||||
srs_error("thread process message failed. ret=%d", ret);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue