sam-mosleh / signalr-async

SignalR asynchronous client for python
MIT License
10 stars 3 forks source link

What's the SignalR protocol version supported? #7

Open HMaker opened 1 year ago

HMaker commented 1 year ago

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 commented 8 months ago

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 commented 1 month ago

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