1
0
Fork 0

fixed by commit b20e463177

This commit is contained in:
Kevin Matz 2022-11-14 10:04:12 -05:00
parent b20e463177
commit 248aca3f70
1 changed files with 0 additions and 3 deletions

View File

@ -137,9 +137,6 @@ void discovery_list_header::oStream(ACN::PDU::Stream stream) const
*/
void discovery_list_data::iStream(ACN::PDU::Stream stream)
{
if (!stream->available())
// empty discovery lists are valid and will have no remaining bytes.
stream->setstate(std::ios_base::eofbit);
while (stream->good())
{
found.emplace_back(std::make_shared<discoveredUniverse>());