Coder Social home page Coder Social logo

Comments (3)

tomli380576 avatar tomli380576 commented on June 26, 2024

Current guess: after the Unknown interaction error was thrown YABOB did not immediately crash because there are more async calls in the even queues, but those didn't finish, mutated YABOB's internal state half way, then the whole thing crashed. The aws update might have also messed with what was in memory.

from yet-another-better-office-hour-bot.

tomli380576 avatar tomli380576 commented on June 26, 2024

New guess: This is likely because the checks for whether a tutor is helping are delegated to the queues. The server object just waits for the 1st one to reject then combines all Promise.reject into 1 error, but queue close is async, so when the Promise.all call happens to close/open all queues, it gets suspended and switched to another async call that modified queues' internal states

from yet-another-better-office-hour-bot.

tomli380576 avatar tomli380576 commented on June 26, 2024

Current fix on branch 17

from yet-another-better-office-hour-bot.

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.