Hopefully fixed timeout issues in outputs.
This commit is contained in:
parent
27bc1995e7
commit
809b18d029
1 changed files with 2 additions and 1 deletions
|
@ -431,7 +431,6 @@ namespace Mist {
|
|||
}
|
||||
|
||||
/// Prepares all tracks from selectedTracks for seeking to the specified ms position.
|
||||
/// \todo Make this actually seek, instead of always loading position zero.
|
||||
void Output::seek(long long pos){
|
||||
sought = true;
|
||||
firstTime = Util::getMS() - pos;
|
||||
|
@ -522,7 +521,9 @@ namespace Mist {
|
|||
}
|
||||
}
|
||||
DEBUG_MSG(DLVL_MEDIUM, "MistOut client handler shutting down: %s, %s, %s", myConn.connected() ? "conn_active" : "conn_closed", wantRequest ? "want_request" : "no_want_request", parseData ? "parsing_data" : "not_parsing_data");
|
||||
stats();
|
||||
playerConn.finish();
|
||||
statsPage.finish();
|
||||
myConn.close();
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue