-
Notifications
You must be signed in to change notification settings - Fork 111
Subscription support #88
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
Conversation
…n-support # Conflicts: # build.gradle # gradle.properties # gradle/wrapper/gradle-wrapper.properties # src/main/java/graphql/servlet/GraphQLContext.java # src/main/java/graphql/servlet/GraphQLServlet.java # src/main/java/graphql/servlet/SimpleGraphQLServlet.java
…n-support # Conflicts: # build.gradle # gradle.properties # gradle/wrapper/gradle-wrapper.properties # src/main/java/graphql/servlet/GraphQLContext.java # src/main/java/graphql/servlet/GraphQLServlet.java # src/main/java/graphql/servlet/SimpleGraphQLServlet.java
|
@oliemansm I pushed one commit to just finish up stuff I had forgotten to implement. I was able to test the apollo protocol, do you want to test the fallback one? I was getting some strange errors in the logs after I shut down my test server and the client was trying to reconnect, for some reason when there were reconnections shutting down took about 10-15s. I don't think it's a huge deal, so if everything looks good to you go ahead and merge it and I'll release this and the servlet. |
|
Sample of the error: |
|
@apottere Great thanks, I'll take a look right away! |
|
Hi, we just recently updated past the version that this PR was merged into, and are immediately encountering an issue. Why was |
I updated your subscription support branch by merging in all latest changes. Created an example in the spring-boot-starter project as well that works now (with the
FallbackSubscriptionProtocolHandler, haven't tested theApolloSubscriptionProtocolHandleryet). Increased the version number to 6.0.0 since there are a lot of breaking changes in the public API here. Would like to merge this one asap so people can start using it, so please review.Will push the PR for the spring-boot-starter project in a minute as well.