Akuukis

Results 31 comments of Akuukis

Bump, any progress on this?

@DaniEll-AT Oh, that makes sense. Thanks! I remember that no other axes worked (e.g. neu), but let me get a better example for such cases..

@max-l I've same problems as you because "the original stack traces are lost is because the API is async". In my codebase, majority of functions are async, and thus this...

That was on node v8.16.2. For node v10.17.0 error is different: ``` Error [ERR_MULTIPLE_CALLBACK]: Callback called multiple times at onwrite (_stream_writable.js:456:11) at afterWriteDispatched (internal/stream_base_commons.js:81:5) at writevGeneric (internal/stream_base_commons.js:67:3) at Socket._writeGeneric (net.js:712:5)...

@jondubois Thanks for insights! The only difference between both cases we underlying nodejs version for client, no code was changed. I'd rule out fat arrow syntax, because for other near-identical...

> Is the new error Callback called multiple times logged on the same line as where the TypeError: cb is not a function was logged before? See in stacktraces that...

@jondubois Thanks for the feedback. I looked into this problem from browser environment, and still the same event name `addSignature` was failing but differently now. In browser's network tab I...

I refactored to asyngual, but it behaves just the same as in the last comment. What else can I try?

I gave a though how to proceed with this. IMO this is the best, least-breaking way: 1. Implement 2. compile & test 3. write docs and comments 4. replace all...

Ok, did steps 1 & 2 here https://github.com/stellar/js-stellar-base/pull/214 and https://github.com/stellar/js-stellar-sdk/pull/384 for Secret, AccountId and PublicKey. For step 3 please see what makes common sense for you and what's not, so...