Code Monkey home page Code Monkey logo

Comments (8)

numerized avatar numerized commented on May 26, 2024 1

hello guys I need that too.
Thanks lib is awesome!

from binance-api-node.

balthazar avatar balthazar commented on May 26, 2024

Related to #13.

Maybe instead of the simple clean callback, we should return an interface that would look like this

{
  socketsBySymbol,
  sockets: cache,
  clean,
}

from binance-api-node.

bennycode avatar bennycode commented on May 26, 2024

Is cache in that case just keeping a reference to all sockets from socketsBySymbol?

from binance-api-node.

balthazar avatar balthazar commented on May 26, 2024

Cache would be the array of reconnecting websockets as returned by the .map here, socketsBySymbol should be these same sockets indexed by symbol to allow for easier retrieval (no way to tell which socket is for which pair otherwise, unless you keep track of the index yourself, but that's not really ideal)

from binance-api-node.

recidive avatar recidive commented on May 26, 2024

Just got this problem that the websocket was disconnected and not automatically reconnected. The node.js thread is still blocked but no data is being received, any ideas?

from binance-api-node.

balthazar avatar balthazar commented on May 26, 2024

@recidive What version are you using? We recently switch from ws to isomorphic-ws, which could be the issue. Any log output?

from binance-api-node.

recidive avatar recidive commented on May 26, 2024

I'm running 0.10.29. No logs, unfortunately. No exceptions was thrown. Any tips on how to get some logs? I can try to reproduce the problem again. Thanks!

from binance-api-node.

balthazar avatar balthazar commented on May 26, 2024

Hum yeah not sure, try to upgrade to the latest maybe and change this

https://github.com/Ashlar/binance-api-node/blob/master/src/open-websocket.js#L8

from binance-api-node.

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.