mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-19 12:06:15 +02:00
sometimes control messages were dropped
This commit is contained in:
parent
0dda78a919
commit
2e1ebc4153
2 changed files with 22 additions and 7 deletions
|
@ -231,6 +231,7 @@ void StreamServer::onMessageReceived(ControlSession* controlSession, const std::
|
|||
}
|
||||
catch (const JsonRequestException& e)
|
||||
{
|
||||
// logE << "JsonRequestException: " << e.getResponse().dump() << ", message: " << message << "\n";
|
||||
controlSession->send(e.getResponse().dump());
|
||||
}
|
||||
catch (const exception& e)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue