Skip to content

Commit 4b4d881

Browse files
committed
調整處理 frameInterval底層修復
1 parent d71a72c commit 4b4d881

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Package.resolved

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ReplyKIT/SampleHandler.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1542,7 +1542,7 @@ class SampleHandler: RPBroadcastSampleHandler , @unchecked Sendable{
15421542
await streamStataus?.resetDisconnectCheck()
15431543

15441544
await streamStataus?.setOnDisconnect {
1545-
Task { @MainActor in
1545+
Task {
15461546
sendlog(message: "斷線監控觸發,由 RTMPConnection 處理重連")
15471547
}
15481548
}

liveAPP.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)