DO NOT MERGE TO MR2
[NJ-1432] Content truncated while seeking YouTube clip
Bug 1968334
Cherry-picked from MR2
diff --git a/nodes/pvprotocolenginenode/protocol_common/src/pvmf_protocol_engine_node_common.h b/nodes/pvprotocolenginenode/protocol_common/src/pvmf_protocol_engine_node_common.h
index 8b3ce5d..dd00ae5 100644
--- a/nodes/pvprotocolenginenode/protocol_common/src/pvmf_protocol_engine_node_common.h
+++ b/nodes/pvprotocolenginenode/protocol_common/src/pvmf_protocol_engine_node_common.h
@@ -1426,6 +1426,8 @@
         void setSocketReconnectCmdSent(const bool aSocketReconnectCmdSent = true)
         {
             iSocketReconnectCmdSent = aSocketReconnectCmdSent;
+            iCurrSocketConnection = true;
+            iPrevSocketConnection = true;
         }
         bool ignoreCurrentInputData() const
         {