Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsantosbh committed Nov 7, 2024
1 parent 7dc89f6 commit 1bbb57b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/webrtc/src/BaseConnection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,7 @@ export class BaseConnection<EventTypes extends EventEmitter.ValidEventTypes>
oldPeer?.detachAndStop()
} catch(e) {
this.peer = oldPeer
throw e
}

}
Expand Down

0 comments on commit 1bbb57b

Please sign in to comment.