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

peer_id isn't defined, shouldn't 'uid' be used instead #27

Closed
callTx opened this issue Apr 1, 2022 · 7 comments
Closed

peer_id isn't defined, shouldn't 'uid' be used instead #27

callTx opened this issue Apr 1, 2022 · 7 comments
Labels
bug Something isn't working transport Underlying media or data transport protocols

Comments

@callTx
Copy link

callTx commented Apr 1, 2022

room_id = self.peers[peer_id][2]

@callTx callTx closed this as completed Apr 1, 2022
@callTx callTx reopened this Apr 1, 2022
@callTx
Copy link
Author

callTx commented Apr 26, 2022

The peer_id in this line hasn't any definition. I was debugging the code and see came across this. So if I'm wrong you can close the issue.

@ehfd
Copy link
Member

ehfd commented Apr 26, 2022

Oh, oh yes...
I think I understand what is the issue here.

@ehfd
Copy link
Member

ehfd commented May 2, 2022

@callTx This is dead code, and the interpreter will never run that section.
But in case we do need to use the room functionality and thus run that code in the distant future, we will take note of it.
Thank you for pointing that out, however.

Code cleaning is eventually required.

@ehfd
Copy link
Member

ehfd commented Aug 25, 2022

@callTx
Copy link
Author

callTx commented Oct 11, 2022 via email

@ehfd ehfd added bug Something isn't working transport Underlying media or data transport protocols labels Oct 12, 2022
@ehfd
Copy link
Member

ehfd commented Oct 13, 2022

Deserves a rewrite of the signaling server.

@ehfd
Copy link
Member

ehfd commented Nov 2, 2022

We will rewrite the signaling server in #39. But for now, this issue doesn't have direct implications for 1-to-1 WebRTC communication.

@ehfd ehfd closed this as completed Nov 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working transport Underlying media or data transport protocols
Projects
None yet
Development

No branches or pull requests

2 participants