-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
CreateSubscriptionStream.Subscribe completes immediately with AppSync #372
Comments
I've not worked with AppSync myself, but @bjorg created a sample app which might help you along: |
Thank you for your advice! I'll check it out! |
@rose-a I fixed my problem by your advice. I finally got the correct result below. (I'm using Unity)
|
This was referenced Feb 6, 2024
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
I'm new to GraphQL and GraphQL.Client.
I'm trying to use GraphQL.Client with AWS AppSync. I have a trouble that my subscription will complete immediatly. My code is like below.
I'll invoke below code, the subscription will complete immediatly. This means that "Completed" message will appear in console immediatly.
What was wrong?
The text was updated successfully, but these errors were encountered: