Skip to content

Add support for negotiateVersion query string parameter #13880

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

Merged
merged 9 commits into from
Sep 18, 2019

Conversation

mikaelm12
Copy link
Contributor

Follow up on the negotiateVersion changes from #13389 for the Java client.
I'll probably just leave this as a draft until the connectionToken change #13773 goes and make the necessary changes in this branch as well.

@Pilchie Pilchie added the area-signalr Includes: SignalR clients and servers label Sep 11, 2019
@mikaelm12 mikaelm12 marked this pull request as ready for review September 17, 2019 18:00
@analogrelay analogrelay added this to the 5.0.0-preview1 milestone Sep 17, 2019
@BrennanConroy
Copy link
Member

🆙 📅

@@ -521,6 +525,7 @@ private void stopConnection(String errorMessage) {
handshakeResponseSubject.onComplete();
redirectAccessTokenProvider = null;
connectionId = null;
connectionToken = null;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are we trying to follow any convention related to using or not using this. to access fields?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should, but not currently. It's just random right now.

…ignalr/HubConnection.java

Co-Authored-By: Stephen Halter <[email protected]>
@BrennanConroy BrennanConroy merged commit 9218162 into master Sep 18, 2019
@BrennanConroy BrennanConroy deleted the mikaelm12/NegotiateVersion branch September 18, 2019 21:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-signalr Includes: SignalR clients and servers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants