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.65k stars 454 forks source link

fix(core): Always exclude teardowns from subscriptionExchange #3206

Closed kitten closed 1 year ago

kitten commented 1 year ago

Resolves #3205

Summary

Always exclude teardown from the accepted operations in subscriptionExchange to avoid confusion, since it's nonsensical to let it handle them as a normal operation.

Set of changes