mirror of
https://github.com/openlibrecommunity/olcrtc.git
synced 2026-06-07 21:04:42 +00:00
fix(mux): Reset stream ID counter on multiplexer reset
This commit is contained in:
@@ -165,6 +165,7 @@ func (m *Multiplexer) Reset() {
|
||||
}
|
||||
|
||||
m.streams = make(map[uint16]*Stream)
|
||||
m.nextID = 1
|
||||
}
|
||||
|
||||
func (m *Multiplexer) UpdateSendFunc(onSend func([]byte) error) {
|
||||
|
||||
Reference in New Issue
Block a user