From 248aca3f701c573082557ff82f27e559c7eb7ff0 Mon Sep 17 00:00:00 2001 From: Kevin Matz Date: Mon, 14 Nov 2022 10:04:12 -0500 Subject: [PATCH] fixed by commit b20e463177 --- protocol/sacn/extended.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/protocol/sacn/extended.cpp b/protocol/sacn/extended.cpp index 10265b7..42d0f60 100644 --- a/protocol/sacn/extended.cpp +++ b/protocol/sacn/extended.cpp @@ -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());