From fa48cdad1dc53c0d1e75e813ccffce8b9fc034e3 Mon Sep 17 00:00:00 2001 From: Matthew Date: Wed, 6 Nov 2024 18:38:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/github/faucamp/simplertmp/io/RtmpConnection.java | 1 + 1 file changed, 1 insertion(+) diff --git a/library/src/main/java/com/github/faucamp/simplertmp/io/RtmpConnection.java b/library/src/main/java/com/github/faucamp/simplertmp/io/RtmpConnection.java index 5350447..5bbab88 100644 --- a/library/src/main/java/com/github/faucamp/simplertmp/io/RtmpConnection.java +++ b/library/src/main/java/com/github/faucamp/simplertmp/io/RtmpConnection.java @@ -193,6 +193,7 @@ public class RtmpConnection implements RtmpPublisher { connectingLock.wait(5000); } catch (InterruptedException ex) { // do nothing + ex.printStackTrace(); } } if (!connected) {