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 Apr 17, 2023. It is now read-only.
This happens only for the InMemoryPub sub.
Looks like sample app subscribes multiple times, but we actually trying to resolve this problem directly in offix datastore so there is no sense to resolve it temporarily.
@wtrocki I actually noticed this problem yesterday. It's our useSubscribeToMore hook, it is actually subscribing to the subscription multiple times rather than just once. I think it may need to be refactore... but, this approach will definitely change with the datastore.
Ok so this will be offix issue rather than datasync.
I did not went deep. Maybe makes sense to create offix issue then - question if we resolve it is different topic
I think it was a custom hook that we used in the DataSync starter. I've resolved it now, so we should be good. Also no need to create an issue in Offix, because this hook was just a helper that I created that wasn't very good.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Feature Request
We need to subscribe to the data globally as a component is rendered with multiple subscriptions being active.
Also one of the reasons for aerogear/offix#499
The text was updated successfully, but these errors were encountered: