mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-06 05:08:35 +02:00
async CZapitMessages::CMD_RELOAD_CURRENTSERVICES as different way to resolve dead-lock after scan, for testing
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1864 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -469,9 +469,10 @@ void CZapitClient::reinitChannels()
|
||||
void CZapitClient::reloadCurrentServices()
|
||||
{
|
||||
send(CZapitMessages::CMD_RELOAD_CURRENTSERVICES);
|
||||
|
||||
#if 0
|
||||
CZapitMessages::responseCmd response;
|
||||
CBasicClient::receive_data((char* )&response, sizeof(response), true);
|
||||
#endif
|
||||
close_connection();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user