Michael Joseph Rosenthal
Michael Joseph Rosenthal
@normancarcamo no, if it was implemented this issue would be closed.
`pollInterval` only does something with `client.watchQuery` and `Query` from `graphql_flutter` – #841. It tells the query manager to refetch from the server on a regular basis and add to the...
To quote myself from an [earlier issue](https://github.com/zino-app/graphql-flutter/issues/361#issuecomment-704960852): > the websocket link automatically disconnects on inactivity timeout, and reconnects if the autoreconnect config is set. See discussion in #653 for more...
My guess is that this has something to do with their authentication scheme. > However, I have tested my cloud backend api with other graphql subscription clients and it works...
@brianschardt I tried both your dart code and node code, given that. The dart code (simplified with some logging) disconnects with a `1005`, "No Status Received" while the node code...
right you are – we should integrate the workaround in https://github.com/dart-lang/sdk/issues/43574#issuecomment-761106329 into the library
@brianschardt I am fairly busy these days, so I'd recommend PRing to `beta` if you want it merged urgently.
So, fundamentally what you're looking for here is an Offline Mutation Queue (#201). While the dream of offline-first design, we don't currently supply the ability to maintain that kind of...
I believe it is because the user may rebuild the client to change links or http endpoints, in which case `Query` widgets should be notified to refetch from the new...
@lookfirst please don't spam threads with effectively the same comment over and over, on this or other projects. No FOSS maintainer owes you their time. You could have just used...