diff --git a/Streaming.cpp b/Streaming.cpp index 350f2a6e..96ba4f5e 100644 --- a/Streaming.cpp +++ b/Streaming.cpp @@ -456,7 +456,10 @@ namespace stream } } if (packets.size () > 0) + { + UpdateCurrentRemoteLease (); // pick another lease SendPackets (packets); + } ScheduleResend (); } }