gazuntype / graphQL-client-unity

This repository houses a unitypackage that can be included in your Unity Project to enable it communicate with a graphQL server.
Apache License 2.0
292 stars 50 forks source link

Subscription query issue #19

Open meet-logicwind opened 4 years ago

meet-logicwind commented 4 years ago

The subscription query throws error can't connect to the remote server while other queries are working properly. I am following the official tutorial from the following link.

I tried all possible ways including recreating the table, recreating a subscription query in the graph client but nothing worked! Subscription is working fine in the graphql editor but throws an error in Unity. I have attached an editor logs just for reference.

Screenshot 2020-10-06 195320

If you will need a project please let me know I will share it with you.

Migueton commented 3 years ago

Hello, I have the same error, the problem is the websocket is not connecting with the server. Any ideas around here to help? I am not familiar with Auth, not sure if it could be that

cleverson-schmidt commented 2 years ago

Hi,

I'm getting the same problem. Has anyone found a solution for it? I got the exception when trying to subscribe to a GraphQl API running on AWS AppSync. Thanks in advance!

Migueton commented 2 years ago

@cleverson-schmidt sadly I didnt find any. I think the developers dont check github at all. I suggest you look for answers in another place.

cleverson-schmidt commented 2 years ago

Thank you @Migueton! Did you find any other GraphQL client for Unity that is reliable? It's really sad that we can't find an oficial library from Amazon.

Migueton commented 2 years ago

no, I just tried another solutions rather than GraphQL. Cant remember now honestly