diff --git a/SSUData.cpp b/SSUData.cpp index 5ca4dac3..32e66e22 100644 --- a/SSUData.cpp +++ b/SSUData.cpp @@ -462,6 +462,7 @@ namespace transport else ++it; } + if (m_SentMessages.empty ()) return; // nothing to resend if (numResent < MAX_OUTGOING_WINDOW_SIZE) ScheduleResend (); else