Giter Club home page Giter Club logo

Comments (11)

nkzawa avatar nkzawa commented on May 18, 2024

Let me know the details of your problem.
What kind of exception is thrown?

from engine.io-client-java.

evgeny-pasynkov avatar evgeny-pasynkov commented on May 18, 2024

Actually, I have no exceptions.
I have console app, which connects to server with Socket.IO-client/Engine.IO-client.
After the app logic is done, I close the socket, but app doesn't exit, because non-daemon thread is stuck on the stack trace above.

from engine.io-client-java.

nkzawa avatar nkzawa commented on May 18, 2024

Did you close all the sockets you used?

from engine.io-client-java.

evgeny-pasynkov avatar evgeny-pasynkov commented on May 18, 2024

Exactly, I open the single socket, and then close it.
My opts are:

  final IO.Options opts = new IO.Options();
  opts.forceNew = true;
  opts.multiplex = false;
  opts.reconnection = false;
  opts.sslContext = mySslContext;

This hang is 100% stable, so I can re-run it with any extra logging

from engine.io-client-java.

nkzawa avatar nkzawa commented on May 18, 2024

Is it correct that polling get stopped and no logs are shown anymore, but your application hangs after that too?
Can you run another process after socket is closed (which means that deadlock is not the cause IMO)?

from engine.io-client-java.

nkzawa avatar nkzawa commented on May 18, 2024

Maybe I found the cause of the hang :(
It looks like that ExecutorService which this library uses internally must be shut down to release.

I'm going to fix the problem.
I think you can call System.exit(0) to terminate your app for now.

from engine.io-client-java.

evgeny-pasynkov avatar evgeny-pasynkov commented on May 18, 2024

Just ping :)

from engine.io-client-java.

nkzawa avatar nkzawa commented on May 18, 2024

@evgeny-pasynkov Fixed. thank you for reporting!

from engine.io-client-java.

nkzawa avatar nkzawa commented on May 18, 2024

Wait. It's broken.

from engine.io-client-java.

nkzawa avatar nkzawa commented on May 18, 2024

fixed 21fb11f

from engine.io-client-java.

evgeny-pasynkov avatar evgeny-pasynkov commented on May 18, 2024

Thank you, this fixes my scenario

from engine.io-client-java.

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.