react-apollo-hooks
react-apollo-hooks copied to clipboard
useSubscription - Duplicated subscription on page refresh
We can see by the code that the useSubscription should unsubscribe to the graphql subscription by it self https://github.com/trojanowski/react-apollo-hooks/blob/master/src/useSubscription.ts#L96
But... on page refresh it seens to be Duplicated, and I am receiving responses from all the subscriptions (for each page refresh)
haven the same issue, any news on this?