jaggedsoft / node-binance-api

Node Binance API is an asynchronous node.js library for the Binance API designed to be easy to use.
MIT License
1.58k stars 768 forks source link

async hook stack has become corrupted #119

Closed DoTradesWell closed 6 years ago

DoTradesWell commented 6 years ago

I've have been getting this error: "async hook stack has become corrupted" almost immediately after i connect with Binance server. This has been going on a little before, and now worse after the whole binance update episode.

Anyone know the generic cause for this?

I can't seem to pin point the problem. I'm using node-binance-api wrapper v4.12.

jaggedsoft commented 6 years ago

Have never heard of this error. I will look in to it. Anything unusual going on with your setup? Electron? Other packages?

DoTradesWell commented 6 years ago

Not that I see. I may have fixed the problem by increasing the recvwindow.

I'll return later tonight to verify, I'm off to work.

DoTradesWell commented 6 years ago

After increasing the recvWindow, the async corruption error was no longer an issue.