mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
src/driver/streamts.cpp try to fix send err loop
This commit is contained in:
@@ -596,7 +596,7 @@ void CStreamManager::run()
|
||||
printf("CStreamManager::run(): POLLHUP, fd %d\n", pfd[i].fd);
|
||||
RemoveClient(pfd[i].fd);
|
||||
if (streams.empty()) {
|
||||
poll_timeout = -1;
|
||||
poll_timeout = 2000;
|
||||
g_RCInput->postMsg(NeutrinoMessages::EVT_STREAM_STOP, 0);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user