A GraphQL client for Flutter, bringing all the features from a modern GraphQL client to one easy to use package.
3.25k
stars
622
forks
source link
[WebsocketClient] onConnectionLost() not called when autoRecconect is false #1426
Open
ykuc7 opened 7 months ago
I tried a graphql pachage in Websocket.
In onConnectionLost()
config.onConnectionLost() not called when autoRecconect is false.
Is this a bug? Or does it mean something?