GithubHelp home page GithubHelp logo

Comments (2)

simonbrent avatar simonbrent commented on May 29, 2024

It's basically impossible to debug by just looking at your minified javascript, but given that call stack I would suggest adding the following:

  • In Genoverse.constructor, add this.deferreds = [] below the declaration of this.events
  • In Genoverse.loadGenomes and Genoverse.loadPlugins, push the returned values to this.deferreds before returning.
  • In Genoverse.destroy, abort the contents of this.deferreds before doing anything else.

I haven't tested this at all, so let me know if it works!

from genoverse.

BurkovBA avatar BurkovBA commented on May 29, 2024

@simonbrent Hi, Simon.

I did as you said, but as expected, this didsn't work. By the time I destroy the browser, Genoverse.loadGenomes() and Genoverse.loadPlugins() have already fired and triggered init() and setRange(), which created deferreds on tracks, and those deferreds fire later and are not cancelled.

I'm trying to create a minimal isolated test example for you on a separate OpenStack machine. If I have time to do this, I'll contact you later on and provide a link to it, so that you don't have to setup anything. But it's also likely that I won't be able to do this as I'll be away in a few days.

from genoverse.

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.