Skip to content

Commit

Permalink
connect メッセージを送信できない時に reject する
Browse files Browse the repository at this point in the history
  • Loading branch information
tnamao committed May 16, 2024
1 parent 18eea44 commit 12df21c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/sdk/src/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1286,6 +1286,8 @@ export default class ConnectionBase {
this.contactSignalingUrl = ws.url
this.writeWebSocketSignalingLog('contact-signaling-url', this.contactSignalingUrl)
}
} else {
reject()
}
})()
})
Expand Down

0 comments on commit 12df21c

Please sign in to comment.