We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
if connect to exchange with this options: noDeclare: true, confirm: true we have problem with Exchange.prototype._onMethod
noDeclare: true, confirm: true
first run case methods.channelOpenOk and after this run case methods.confirmSelectOk and emit event 'open' and call callback
but if confirm: true we need to wait case methods.confirmSelectOk and after this call callback.
The text was updated successfully, but these errors were encountered:
fix issue postwait#438
fa17c21
No branches or pull requests
if connect to exchange with this options:
noDeclare: true, confirm: true
we have problem with Exchange.prototype._onMethod
first run case methods.channelOpenOk
and after this run case methods.confirmSelectOk and emit event 'open' and call callback
but if confirm: true we need to wait case methods.confirmSelectOk and after this call callback.
The text was updated successfully, but these errors were encountered: