Pablo Criado-Perez

Results 69 comments of Pablo Criado-Perez

@carlosmiei , what are your thoughts on this approach? Should I implement for php and python?

Hi @duggar, I was not able to reproduce the error. Can you give more details on the error you are seeing? Do you have a verbose output you could share?

haha these race conditions... 😅 After the first change, it seemed to be working and fixed one race condition but after your comment I tried putting in some Console.WriteLines and...

Runs `npm run package-test` without errors ✅

Hi @mjwvb, in the latest ccxt version, using the script it seems to be working normally for me. Are you able to reproduce consistently with the script?

Hi @escoman , I just tested it and it does seem to handle both messages correctly ``` onMessage { e: 'balanceUpdate', E: 1672090658133, a: 'USDT', d: '-10.00000000', T: 1672090658132 }...

Hi @escoman , It's very strange using the `cli.php` example it works perfectly and always responds to both messages. However using your script I am able to reproduce the error....

Hi @escoman , So I got an answer from @frosty00 : It's because of how the futures are resolved in php, namely currently there exists a loop that looks like...

I confirmed this issue. @frosty00 , could this be due to the issue you mentioned of subscriptions getting overwritten when messages come in very fast?