Code Monkey home page Code Monkey logo

Comments (3)

cinnamon-bun avatar cinnamon-bun commented on August 24, 2024

FocusSyncer also runs once when the page first loads, but only one set of network requests is triggered at that time, so that must be fine.

I thought that OnePubOneWorkspaceSyncer was supposed to prevent this kind of problem from happening, I'm not sure where things are going wrong yet.

from react-earthstar.

sgwilym avatar sgwilym commented on August 24, 2024

Maybe visibilitychange should not be included here, as I guess that triggers when you switch away from a tab as well.

On Safari, I see syncing triggered four times when returning to a tab. I'd guess that's:

  1. Upon switching away, visibilitychange fires
  2. Upon returning, 'visiblitychange` fires again
  3. As does focus.

So where is that fourth event coming from? When I do the same thing in the Earthbar example I see three firings per tab switch. 🤔

from react-earthstar.

cinnamon-bun avatar cinnamon-bun commented on August 24, 2024

The syncer tries to not run multiple times at once. It doesn't seem to do a good job, but it might be absorbing some of the multiple runs.

Might need to add more console.logs to the FocusSyncer to see when it's attempting to sync, to see what's really happening.

from react-earthstar.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.