-
-
Notifications
You must be signed in to change notification settings - Fork 87
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
subscribeV5 unsubscribeV5 promise not resolved #399
Comments
Apologies for the late response. I'm currently working through an upgraded WebSocket Client, as part of the addition of the WS API (#344). Once the upgrades are complete, I'll make sure this workflow works as expected with that release. You can follow (and comment on) the incoming changes in #398. I'll try to keep breaking changes minimal, so take anything currently in the PR with a grain of salt as that may still be subject to change. |
Help test the latest generation of the Bybit SDK, currently in public beta, before the major release! There should also be a significant improvement to this behaviour (details in the PR, with some limitations). More info here in the open PR: |
During further testing, I'm seeing more circumstances where this has intended errors (unhandled promise rejection) if you weren't expecting to use this. So I've decided to disable this feature by default. The majority won't be using this as far as I can tell, so unexpected promise rejections will be avoided by just keeping it disabled by default. It will still work, but you need to actively enable it using the |
the following code breaks something
output
The text was updated successfully, but these errors were encountered: