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

What's the SignalR protocol version supported? #7

Open
HMaker opened this issue Mar 20, 2023 · 2 comments
Open

What's the SignalR protocol version supported? #7

HMaker opened this issue Mar 20, 2023 · 2 comments

Comments

@HMaker
Copy link

HMaker commented Mar 20, 2023

Since SignalR has multiple protocol versions the ones supported should be added to README along with a way to select protocol version in the code.

@nick-merrill
Copy link

If I recall correctly, this library supports two protocol versions, and I can't remember exactly which ones. The naming of SignalR protocols is quite confusing. I believe the net and netcore packages each support a different protocol, which are described here.

However, I think your question still stands because within each of these (net and netcore), there is a versioning scheme for each. If you figure it out precisely, I'd love to see that readme PR. 😄

@sam-mosleh
Copy link
Owner

Both SignalR protocols are supported here, I'll update the README to include a sample code for reference.

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

No branches or pull requests

3 participants