Open HMaker opened 1 year 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. 😄
Both SignalR protocols are supported here, I'll update the README to include a sample code for reference.
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.