You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 10, 2019. It is now read-only.
When I use apollo-link-state and a client-only field with a @client directive which is mixed with subscription data as described here (a value actually comes from state link defaults), apollo-link-state unsubscribes a subscription silently after the first response.
I found the following code into the index.ts file:
When I use
apollo-link-state
and a client-only field with a@client
directive which is mixed with subscription data as described here (a value actually comes from state link defaults),apollo-link-state
unsubscribes a subscription silently after the first response.I found the following code into the
index.ts
file:apollo-link-state/packages/apollo-link-state/src/index.ts
Line 109 in 404b6a1
When I replaced this code with the followed one
a subscription starts working as expected.
The text was updated successfully, but these errors were encountered: