-
-
Notifications
You must be signed in to change notification settings - Fork 520
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
Enable backend to accept connection URL #730
Conversation
Instead of limiting the backend to UDP connections we should enable all possible connections using `add_any_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.
Thanks!
NOTE: that's breaking the iOS SDK, so that's something to keep in mind for the next release there.
This allows backend_bin to accept the connection URL as an argument, as well as -h or --help to show the usage.
a4f0a40
to
198bfa7
Compare
Ignoring CI error, took note in #731. |
@JonasVautherin can we merge it? |
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.
Tested!
Wait, what's this error on Fedora? 😅
I guess that's independent from this PR. |
@JonasVautherin Hey, it is indeed breaking the IOS SDK. Any Idea how we can fix it? |
Good point! Let's track this in the Swift SDK repo. |
This allows the backend_bin to be started with any connection URL.
Resolves #587.