Code Monkey home page Code Monkey logo

Comments (4)

Gregivy avatar Gregivy commented on June 3, 2024 1

Thank you @aliogaili, however I am going to add maxTimeout for .connect() method, it is a good idea.

from simpleddp.

Gregivy avatar Gregivy commented on June 3, 2024

Hello, by default - yes. But you can use maxTimeout option (in ms)(https://gregivy.github.io/simpleddp/simpleDDP.html) like this:

let opts = {
    endpoint: "ws://someserver.com/websocket",
    SocketConstructor: ws,
    reconnectInterval: 5000,
    maxTimeout: 15000
};
const server = new simpleDDP(opts);

from simpleddp.

aogaili avatar aogaili commented on June 3, 2024

Hello Gregivy, I'm having similar issue, I think we need a graceful way to handle that error, settings the maxTimeout doesn't throw an error.

from simpleddp.

aogaili avatar aogaili commented on June 3, 2024

The maxtTimeout does trigger on method calls so it does the trick.

Thanks @Gregivy for this great library.

from simpleddp.

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.