Skip to content

Commit d09458e

Browse files
committed
Fix SubscribeDone fallthrough
1 parent e35635a commit d09458e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/transport/control.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@ export class Decoder {
309309
case Msg.SubscribeError:
310310
return this.subscribe_error()
311311
case Msg.SubscribeDone:
312+
return this.subscribe_done()
312313
case Msg.Unsubscribe:
313314
return this.unsubscribe()
314315
case Msg.Announce:

0 commit comments

Comments
 (0)