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

Main #1404

Closed szantogab closed 7 months ago

szantogab commented 9 months ago

There was an issue with the WebsocketLink, because it parses every websocket message multiple times, unnecessarily slowing down the app. In fact it was so slow that my app was unusable.

So I made the messages stream a broadcast stream, this fixes the issue.

1