Skip to content
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

main-vehicle: add multiple stun servers #668

Merged
merged 1 commit into from
Jan 4, 2024

Conversation

Williangalvani
Copy link
Member

No description provided.

@CLAassistant
Copy link

CLAassistant commented Jan 2, 2024

CLA assistant check
All committers have signed the CLA.

@@ -380,7 +380,19 @@ export const useMainVehicleStore = defineStore('main-vehicle', () => {
credential: 'pwd',
},
{
urls: `stun:${globalAddress.value}:3478`,
urls: `stun:stun.l.google.com:19302`,
},
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should not remove our own stun

@rafaellehmkuhl
Copy link
Member

If I remember correctly those servers are not used today.

@patrickelectric
Copy link
Member

If I remember correctly those servers are not used today.

@joaoantoniocardoso ?

@Williangalvani
Copy link
Member Author

If I remember correctly those servers are not used today.

that is correct. there's nothing on blueos on that port. the stun server in MCM is currently disabled.

@joaoantoniocardoso
Copy link
Member

If I remember correctly those servers are not used today.

that is correct. there's nothing on blueos on that port. the stun server in MCM is currently disabled.

we disabled it because it was not doing anything useful.

@patrickelectric patrickelectric merged commit 77480ef into bluerobotics:master Jan 4, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants