增加日志

master
Matthew 7 months ago
parent 80c53d731f
commit fa48cdad1d

@ -193,6 +193,7 @@ public class RtmpConnection implements RtmpPublisher {
connectingLock.wait(5000); connectingLock.wait(5000);
} catch (InterruptedException ex) { } catch (InterruptedException ex) {
// do nothing // do nothing
ex.printStackTrace();
} }
} }
if (!connected) { if (!connected) {

Loading…
Cancel
Save