zino-hofmann / graphql-flutter

A GraphQL client for Flutter, bringing all the features from a modern GraphQL client to one easy to use package.
https://zino-hofmann.github.io/graphql-flutter
MIT License
3.25k stars 622 forks source link

CLOSE SUBSCRIPTION #1456

Open Kenddriz opened 2 months ago

Kenddriz commented 2 months ago

I tried to close subscription hooks by calling cancel method from StreamSubscription. It' doesn't work. It ries always to reconnect.

So please, is the a way to close a subscription for good ?