We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b69e6f commit fb07785Copy full SHA for fb07785
src/Audio.cpp
@@ -331,9 +331,9 @@ void Audio::setDefaults() {
331
m_hashQueue.clear();
332
m_hashQueue.shrink_to_fit(); // uint32_t vector
333
client.stop();
334
- client.clear(); // delete all leftovers in the receive buffer
+ // client.clear(); // delete all leftovers in the receive buffer
335
clientsecure.stop();
336
- clientsecure.clear(); // delete all leftovers in the receive buffer
+ // clientsecure.clear(); // delete all leftovers in the receive buffer
337
_client = static_cast<WiFiClient*>(&client); /* default to *something* so that no NULL deref can happen */
338
ts_parsePacket(0, 0, 0); // reset ts routine
339
if(m_lastM3U8host) {
0 commit comments