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

Azure webpubsub signaling client #4

Closed

Conversation

byrond
Copy link

@byrond byrond commented Nov 21, 2023

This will eventually replace #2

connect () {
this.shouldConnect = true
this.signalingUrls.forEach(url => {
const signalingConn = map.setIfUndefined(signalingConns, url, () => new AzureWebPubSubSignalingConn(url))
Copy link
Author

Choose a reason for hiding this comment

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

This is the only line that is different in this overridden method, which is why it would be great to just pass in the new class name AzureWebPubSubSignalingConn somehow.

@byrond byrond changed the base branch from master to abstract-signaling-server November 28, 2023 20:28
@byrond byrond changed the base branch from abstract-signaling-server to master December 1, 2023 18:43
@byrond byrond changed the base branch from master to abstract-signaling-server December 5, 2023 15:22
@byrond
Copy link
Author

byrond commented Dec 5, 2023

Azure signaling client code has been moved to the custom module.

@byrond byrond closed this Dec 5, 2023
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.

1 participant