-
Notifications
You must be signed in to change notification settings - Fork 48
[RSDK-8344] Expose machine internet connectivity #474
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-8344] Expose machine internet connectivity #474
Conversation
func (ch *webrtcClientChannel) GetState() connectivity.State { | ||
return Unknown |
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.
Maybe add a TODO here?
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.
ya, can you make a ticket and add a TODO here?
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 with adding the ticket and TODO
func (ch *webrtcClientChannel) GetState() connectivity.State { | ||
return Unknown |
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.
ya, can you make a ticket and add a TODO here?
Co-authored-by: Cheuk <[email protected]>
Description
GetState
so that we can call it on connections that have an underlying type ofgrpc.ClientConn
in the rdkUnknown
state