-
Notifications
You must be signed in to change notification settings - Fork 33
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 stream error when init (restart is good) #84
Comments
I'm having the same issue. It's the only subscription I have in the code running beside the auth token refresh built by nhost. @MichalNemec have you found any solution yet? |
I've run into this bug completely separately from nhost: gql-dart/gql#294. It looks like a fix has been merged (gql-dart/gql#354) but I don't think it's in a release yet. You could probably override the dependency to use the git URL, though. |
@marcusrohden nope Lets wait for the release, maybe wonderful person @szilarddoro could make that happen =) |
You're right @spakanati. The latest release of |
for a temporary workaround, you can override the dependency.
I made a fork from agent3bood repo and have been using it for the whole day with no issues. |
gql_websocket_link is now 0.3.4 which should include bugfix for this issue. |
Updating gql_websocket_link from 0.3.1 to 0.3.4 fix: nhost#84
I have just released a new dev version, please give it a try and let me know how it works |
Just published another new version https://pub.dev/publishers/nhost.io/packages all packages have BETA dev.8 you can try |
Hello,
I have subscription stream and whenever i init the app and the subscription is on homepage i get error. Whenever i do restart/R reload, its working as intended.
its about
gql_websocket_link
does anybody know whats wrong?
my implementation, which is causing this issue is:
The text was updated successfully, but these errors were encountered: