You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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!
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.The text was updated successfully, but these errors were encountered: