Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
shinyoshiaki committed May 21, 2024
1 parent ffea3b6 commit 4a0f39e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/ice/src/turn/protocol.ts
Original file line number Diff line number Diff line change
Expand Up @@ -339,10 +339,6 @@ class TurnClient implements Protocol {
this.channelBinding = this.channelBind(channel.number, addr);
this.channelRefreshAt = int(Date.now() / 1000) + this.channelRefreshTime;
await this.channelBinding.catch((e) => {
// [
// 400,
// "You cannot use the same channel number with different peer\u0000\u0000",
// ]
log("channelBind error", e);
throw e;
});
Expand Down

0 comments on commit 4a0f39e

Please sign in to comment.