connectrpc / connect-query-es

TypeScript-first expansion pack for TanStack Query that gives you Protobuf superpowers.
https://connectrpc.com/docs/web/query/getting-started
Apache License 2.0
228 stars 15 forks source link

Pass abort signal to transport for mutations #351

Closed paul-sachs closed 7 months ago

paul-sachs commented 7 months ago

Need to propagate the abort signal from callOptions into the underlying transport.

paul-sachs commented 7 months ago

@timostamm Most of the changes are just due to adding a getCount method to our stateful count service example, otherwise just a two line change to use-mutation.ts