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 initial connection parameter to WebSocketTransport #1458

Merged

Conversation

winstondu
Copy link
Contributor

Our proposed solution to #1457

@apollo-cla
Copy link

@winstondu: Thank you for submitting a pull request! Before we can merge it, you'll need to sign the Apollo Contributor License Agreement here: https://contribute.apollographql.com/

@designatednerd
Copy link
Contributor

@winstondu Thanks for the PR! Are you assuming that the developer would just need to call updateHeaderValues or updateConnectingPayload, which both call reconnectWebSocket under the hood?

@designatednerd
Copy link
Contributor

Test failures seem to be unrelated, I'm not sure what the hell is going on with circle right now

@designatednerd designatednerd linked an issue Oct 19, 2020 that may be closed by this pull request
@designatednerd
Copy link
Contributor

Are you able to build this locally? If so, would you mind rebasing back onto main in the hopes that it'll kick Circle hard enough for this to actually work? I don't see anything in here that would reasonably be causing the type of failure I'm seeing in circle without it failing on every other branch

Correct typo

Fix another typo
@winstondu winstondu force-pushed the winston/with-connection-param branch from bd74121 to 1586aef Compare October 19, 2020 20:20
@winstondu
Copy link
Contributor Author

@designatednerd , done.

Copy link
Contributor

@designatednerd designatednerd left a comment

Choose a reason for hiding this comment

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

OK good other than the docs

@designatednerd
Copy link
Contributor

LOL CI is such a black box.

@winstondu
Copy link
Contributor Author

OK good other than the docs

Documentation updated.

Copy link
Contributor

@designatednerd designatednerd left a comment

Choose a reason for hiding this comment

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

Approved pending CI

@designatednerd designatednerd added this to the Next Release milestone Oct 19, 2020
@designatednerd designatednerd merged commit 185d6b7 into apollographql:main Oct 20, 2020
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.

Create WebsocketTransport without connecting automatically
3 participants