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
That does seem like a good reason to add overridePublishFunction support back (and I see #359 is your issue for this -- again, this issue seems like a duplicate).
I believe one could just wrap this line in if (Config.overridePublishFunction) but I haven't tested. (It also seems likely that all following lines in that function should be wrapped by the same if, because you probably don't care about subscriptions in this case. But 8d6dd33#diff-3e18cf2294c02344381d224486ff0d2dL31-L34 suggests this isn't the old behavior.)
Run it on local machine.
RedisOplog Version: 2.0.5
My config:
As you can see, I turned off
pushToRedis
andoverridePublishFunction
.When I subscribe to my user on tab1 and then change it on tab2, it doesn't update on tab1.
When I remove redis-oplog package, all works fine.
The text was updated successfully, but these errors were encountered: