Skip to content

Commit 98aff1b

Browse files
committed
fixed #1333
1 parent a4a2e77 commit 98aff1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/RTMP/RTMPStream.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ open class RTMPStream: NetStream {
417417
default:
418418
break
419419
}
420-
super.readyStateDidChange(to: readyState)
420+
super.readyStateWillChange(to: readyState)
421421
}
422422

423423
override public func readyStateDidChange(to readyState: NetStream.ReadyState) {

0 commit comments

Comments
 (0)