Giter Site home page Giter Site logo

Comments (2)

agnescameron avatar agnescameron commented on July 30, 2024

probably related to #75

from bot_or_not.

agnescameron avatar agnescameron commented on July 30, 2024

this is now fixed.

The problem that was solved by #75 was that the timer wasn't clearing properly at the start of every round. So, if you took your time (for example) entering your name or starting a chat, the timer would already be 'over' by the time you went to the next screen. This got solved by making the setting of this.shouldUpdate only happen after the timer had been reset, using:

    this.setState({ timerStart: Date.now()},
      () => this.setState({ timerTime: 0},
      () => this.shouldUpdate = true))

...which worked really great, apart from:

now there were only 2 screens getting skipped, and only after the checkTimeout screens. What was happening was that, while the callback was happening, the loop had already looped around again and was getting called twice, effectively skipping a screen.

This is solved by just await-ing checkTimeout in configureState, which seems to work pretty well!

from bot_or_not.

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.