urql-graphql / urql

The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
https://urql.dev/goto/docs
MIT License
8.61k stars 449 forks source link

fix(auth): Fix authExchange’s retry queue ignoring teardowns #3235

Closed kitten closed 1 year ago

kitten commented 1 year ago

Summary

A regression caused the authExchange to disregard teardowns and still issue retries for operations that were cancelled.

Set of changes