call terminate for new streams on close

This commit is contained in:
orignal
2026-03-07 08:50:34 -05:00
parent 0ed8b473f2
commit 8152012f0b
+2 -1
View File
@@ -263,7 +263,7 @@ namespace stream
}
return;
}
if (receivedSeqn == m_LastReceivedSequenceNumber + 1)
{
// we have received next in sequence message
@@ -1351,6 +1351,7 @@ namespace stream
}
break;
case eStreamStatusClosed:
case eStreamStatusNew:
// already closed
Terminate ();
break;