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

Server advertises supported protocols to the client #20

Merged
merged 1 commit into from
Jun 4, 2024

Conversation

rubyonrails3
Copy link
Collaborator

This PR let the autobahn-python library to connect with the xconn-ruby router.
autobahn-python runs in STRICT PROTOCOL mode and expects the server reply with the supported protocols in the headers or else it fails to connect with the server.
by default autobahn-python advertises a lot of supported protocols and probably that's why it needs to know which protocols server implements and they can choose the first matching protocol.

@rubyonrails3 rubyonrails3 force-pushed the advertise-protocols branch from 48c6fd2 to e046a51 Compare June 4, 2024 15:06
@rubyonrails3 rubyonrails3 merged commit f748e9e into main Jun 4, 2024
1 check passed
@rubyonrails3 rubyonrails3 deleted the advertise-protocols branch June 4, 2024 15:10
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