-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[RSDK-8597] properly respond to signaling request when 'no available connections' #311
[RSDK-8597] properly respond to signaling request when 'no available connections' #311
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done with first pass
micro-rdk/src/common/webrtc/api.rs
Outdated
|
||
sig_channel.send_sdp_error(&sdp).await?; | ||
|
||
// this delay ensures that the sdp error is properly sent and received before closing the connection. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you expand on this? did we confirm 100% it's a race with writing to the MongoDB document?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not confirmed yet. Should know tomorrow, will update description and attach a ticket if needed. Wanted to get a first pass done while I wrap that up.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
5ea2d25
to
a1cfdaa
Compare
No description provided.