Fix in ogg, prevents 100% CPU load
This commit is contained in:
parent
390be45914
commit
8be1c1a108
1 changed files with 2 additions and 1 deletions
|
@ -136,6 +136,7 @@ namespace Connector_HTTP {
|
|||
}
|
||||
if (Strm.lastType() == DTSC::PAUSEMARK){
|
||||
conn.close();
|
||||
ss.close();
|
||||
//last page output
|
||||
}
|
||||
if (Strm.lastType() == DTSC::INVALID){
|
||||
|
@ -146,7 +147,7 @@ namespace Connector_HTTP {
|
|||
}
|
||||
}
|
||||
}else{
|
||||
Util::sleep(1);
|
||||
Util::sleep(100);
|
||||
}
|
||||
if ( !ss.connected()){
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue