fix a few spotify key bugs and remove BTDM

This commit is contained in:
philippe44
2022-11-28 21:09:27 -08:00
parent 877f16181b
commit b20c8306fa
3 changed files with 5 additions and 4 deletions

View File

@@ -179,6 +179,7 @@ size_t PlainConnection::writeBlock(const std::vector<uint8_t> &data)
break;
default:
if (retries++ > 4) throw std::runtime_error("Error in write");
goto WRITE;
}
}
idx += n;