Giter Club home page Giter Club logo

Comments (4)

kmfish avatar kmfish commented on August 25, 2024

In DrawHandler.java:
原因:线程退出的判断条件 isInterrupted(), 会在thread 抛出InterruptedException 后重新置为false,而这个while 里的代码可能会抛出该exception(waitRendering里 wait),之前的代码在内部捕获了该异常,然后代码继续往下走,进行下一次循环判断, 此时 isInterrupted() == false了,所以线程并未退出,导致了该bug。

from danmakuflamemaster.

ctiao avatar ctiao commented on August 25, 2024

谢谢,我修改下

from danmakuflamemaster.

ctiao avatar ctiao commented on August 25, 2024

ctiao@06f5556
已修复

from danmakuflamemaster.

yrom avatar yrom commented on August 25, 2024

ctiao/DanmakuFlameMaster#65

from danmakuflamemaster.

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.