-
-
Notifications
You must be signed in to change notification settings - Fork 623
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
Subscription stuck with state: Initialising connection #1308
Comments
mh could you please provide a reproduced with this API https://api.chat.graphql-flutter.dev/graphql |
@vincenzopalazzo i have similar issue with url sandbox ou have provided.
How about that? p.s. my backend is used by WEB project and it works fine (as well as sandbox that you have provided) |
@vytautas-pranskunas- you can check the PRs and also provide a review for it, for this reason the PR are opened |
But this is already merged... don't you have tests? |
I told you already, check the PR #1204 to the the example and maybe review it, so I can apply the suggestion and merge it |
@vincenzopalazzo |
For this reason, reproduction is needed when someone submits an issue! Regarding the log message I will have a better solution to trace the library with #1207 |
So at the end what you want me to do? :) ignore message or? |
PRs are welcome! |
I see. However it would be much quicker for author (you) to fix this one because the time i need to get into this package for such small issue will be 10x times comparing to author. If there is a bigger issue then i do not mind. |
Just that, 10 seconds for everyone not just for me, if you make a PR please follow https://zino-hofmann.github.io/graphql-flutter/docs/dev/MAINTAINERS.html |
Heh, this is 10s you are right, but what I was talking about it is not about the message it slef but about possibility that thi smessage is just intermediate state! like: So in order to understand this i need to get into the code and this is time consuming thing ;) |
however, few lines bellow there is a line with:
mabe we need to add another message there |
PR is added: #1309 |
I have this code:
but subscription stuck with state: Initialising connection and no messages are comming through.
It would useful to have documentation (at least me - could not find it) or if you guys could share any possible reasons for this.
Without this i canno tmove my app to new backend which uses new protocol :(
p.s. I even reduced it to:
by removing auth but result is the same....
The text was updated successfully, but these errors were encountered: