Correct last frame reflection issue

There's a bug in this version that reflects the last frame to the sender, this is the change from upstream that corrects the issue.
pull/1/head
iamsi 5 years ago committed by GitHub
parent 7951de404b
commit 3bdca8bcbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -183,8 +183,8 @@ void CProtocol::OnDvLastFramePacketIn(std::unique_ptr<CDvLastFramePacket> &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
// {

Loading…
Cancel
Save

Powered by TurnKey Linux.