Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There is something wrong with "execution_update" version ^0.13.0 #748

Open
beratuslu opened this issue Oct 30, 2021 · 4 comments
Open

There is something wrong with "execution_update" version ^0.13.0 #748

beratuslu opened this issue Oct 30, 2021 · 4 comments

Comments

@beratuslu
Copy link

beratuslu commented Oct 30, 2021

I was working with client.websockets.userData(() => {}, execution_update); function, everything is just fine with version "^0.12.5" but it fails with "^0.13.0" it took 1 hour to what is wrong with my code. and only different was package.json.

@beratuslu beratuslu changed the title There is something wrong with "execution_update" There is something wrong with "execution_update" version ^0.13.0 Oct 30, 2021
@blackfatpig
Copy link

I faced same issue when upgrade to 0.13.0. And v0.12.5 is still working fine now. Please help or give us simple sample in your "example" guide section. Thank you so much!

@mr-smit
Copy link

mr-smit commented Nov 7, 2021

you just use it wrong, its working in 0.13.0

	function order_update(data) {
		console.log(data)
	}
	binance.websockets.userData(order_update, true);

@blackfatpig
Copy link

Thank you so much for your help!

@pdwinkel
Copy link

@beratuslu was using the correct API.
This is a bug in 0.13.0, and is addressed in pull request 732

@jaggedsoft: please merge this pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants
@beratuslu @pdwinkel @blackfatpig @mr-smit and others