diff --git a/src/cprotocol.cpp b/src/cprotocol.cpp index deca34c..cf82233 100644 --- a/src/cprotocol.cpp +++ b/src/cprotocol.cpp @@ -183,8 +183,8 @@ void CProtocol::OnDvLastFramePacketIn(std::unique_ptr &Frame stream->Push(std::move(Frame)); stream->Unlock(); - // and close the stream - g_Reflector.CloseStream(stream); + // Don't close yet, this stops the last packet relfection bug that was fixed in upstream by the same change. + } // else // {