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

Bug #111

Closed
ErnandoR opened this issue Oct 7, 2022 · 2 comments
Closed

Bug #111

ErnandoR opened this issue Oct 7, 2022 · 2 comments

Comments

@ErnandoR
Copy link

ErnandoR commented Oct 7, 2022

interfaceChange: {
onType: 'interfaceChange',
session: 'session',
result: { displayInfo: 'CONNECTING', mode: 'QR', info: 'SYNCING' }
}
interfaceChange: {
onType: 'interfaceChange',
session: 'session',
result: { displayInfo: 'CONNECTING', mode: 'SYNCING', info: 'NORMAL' }
}
interfaceChange: {
onType: 'interfaceChange',
session: 'session',
result: { displayInfo: 'CONNECTING', mode: 'QR', info: 'OPENING' }
}
interfaceChange: {
onType: 'interfaceChange',
session: 'session',
result: { displayInfo: 'CONNECTING', mode: 'QR', info: 'PAIRING' }
}
interfaceChange: {
onType: 'interfaceChange',
session: 'session',
result: { displayInfo: 'CONNECTING', mode: 'QR', info: 'NORMAL' }
}
info Browser: Auto close called!

@ErnandoR
Copy link
Author

ErnandoR commented Oct 7, 2022

stop working after Auto close called!

@jonalan7
Copy link
Owner

to be able to stop automatic closing you can use the following option:
{
timeAutoClose: 0, // If you don't read the QR CODE by default 60 seconds, it will automatically close the client's browser to save memory, if you want to disable it, set 0 or false
}

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

2 participants