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

Add hub protocol configuration on netcore3.1 (#187) #188

Merged
merged 1 commit into from
Mar 19, 2021
Merged

Add hub protocol configuration on netcore3.1 (#187) #188

merged 1 commit into from
Mar 19, 2021

Conversation

Y-Sindo
Copy link
Member

@Y-Sindo Y-Sindo commented Mar 19, 2021

  • Add hub protocol configuration on netcore3.1
  • Add warning if HubProtocol is configured on Functions V2

The change that making newtonsoft the defalut protocol on netcore 3.1 is a breaking change.
Now restore the defalut protocol on netcore 3.1 to System.Text.Json and allow user to use Azure:SignalR:HubProtocol to configure it.

* Add hub protocol configuration on netcore3.1
* Add warning if HubProtocol is configured on Functions V2

The change that making newtonsoft the defalut protocol on netcore 3.1 is a breaking change.
Now restore the defalut protocol on netcore 3.1 to System.Text.Json and allow user to use `Azure:SignalR:HubProtocol` to configure it.
@Y-Sindo Y-Sindo merged commit 68cac2c into master Mar 19, 2021
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.

None yet

2 participants