fixed stream hanging due to inactivity. Smoother RTT

This commit is contained in:
orignal 2024-07-09 10:51:22 -04:00
parent 8c0a1197d7
commit a9c486d7a1
2 changed files with 2 additions and 2 deletions

View file

@ -1167,7 +1167,7 @@ namespace stream
if (m_IsNAcked) ScheduleSend ();
}
else
ScheduleSend ();
SendBuffer ();
if (!m_IsNAcked) ScheduleResend ();
}