Giter Club home page Giter Club logo

Comments (4)

carlosmiei avatar carlosmiei commented on July 21, 2024

Hello @untoreh, thanks for reporting it, we will take a look and let you know.

from ccxt.

carlosmiei avatar carlosmiei commented on July 21, 2024

@untoreh Can you post the complete snippet? (especifically what you do with coro1/coro2).

But yes, I see how this can be a problem when they're triggered "in parallel". A lock does not really apply here since we're running everything on the same thread, right?

from ccxt.

carlosmiei avatar carlosmiei commented on July 21, 2024

@untoreh Actually using this snippet i can't reproduce the issue:

    markets = await exchange.load_markets(True)
    exchange.verbose = True
    sym = 'BTC/USDT'
    await asyncio.gather(
       e.watchMyTrades(sym),
       e.watchOrders(sym),
    )

from ccxt.

untoreh avatar untoreh commented on July 21, 2024

I could reproduce it in my bot, but I am not sure which exchange functions were being called at the same time (maybe also createOrder and something else...)

I don't know what's your convention here, I suppose the user should take care of concurrency issues, therefore ccxt shouldn't manage locks, but functions that are not public and called implicitly (like authenticate) probably should

from ccxt.

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.