GithubHelp home page GithubHelp logo

Comments (3)

Matthias247 avatar Matthias247 commented on June 28, 2024

Something tries to use the underlying scheduler (from Netty) for queuing a callback while this has already been shut down. That should normally not happen, since the scheduler only shuts down after a certain grace period (to assert that no further callbacks are queued). Is this happening in debugger mode? If the application is stopped in one thread it can happen that that the background thread already shuts down and when the other thread is resumed and tries to queue something a similar exception will happen.

Apart from that I have no direct idea. It would be required to check the states and events that lead to this event.

from jawampa.

rprunskas avatar rprunskas commented on June 28, 2024

Yes, I'm using debug mode. I checked what is happening when connection is closed from the server.

Client reveices error - wamp.error.goodbye_and_out, then it tries to clear session data, so it goes over subscriptions. At the same time StateController method setState() is called while client tries to unsubscribe from all the subscriptions. So, that shutdowns SingleThreadEventExecutor which is used to unsubscribe and then this crash occurs. Why shutdown happens in the middle of unsubscribing?

from jawampa.

Matthias247 avatar Matthias247 commented on June 28, 2024

This should hopefully be fixed in the just uploaded 0.5.0 version. If it still happens and anyone can give some clues (or even bugfixes), please open a new issue or PR:

from jawampa.

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.