brendanmorrell
brendanmorrell
Happening after iOS device lock (severs socket connection) and unlock (connection re-establishes): the subscription hook never resubscribes. An update or workaround would be appreciated. The very ugly method I have...
I would also very much like to see support for subscriptions. great library by the way.
thanks for the quick turnaround! so, perhaps there is some setup that I am missing, but I do not seem to see any messages in the GQL network inspector despite...
Basically, I have maybe 4 subscriptions running, and the WS section of the actual network inspector shows many messages going back and forth. I am highlighting one in the screenshot...
I also notice that it is picking up non-graphql subscriptions (see this image where it is grabbing a pub sub messaging subscription we use as well as webpack hot reloads...
if you need to look for yourself, the app in question is https://app.realize.me/ you will need to create an account/sign in for the subscriptions to fire
Working great! Thanks @warrenday !
Any update on this? seems pretty simple to have the default key set to `persist:root` and then allow passing a prop in a la `persistKey` or something similar.
just put upp a draft PR [here](https://github.com/dayhaysoos/use-shopping-cart/pull/302). built it and it worked as expected locally in a project of mine. need to look into the types and tests etc., but...
anytime! was surprised you responded to the question so quickly. thought I'd return the favor. and I just switched it from a draft because I added the type for `persistKey`...