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
Currently a user of the JSON-RPC API has to guess when they can call the function to retrieve the QR code. They can hack around this by waiting for a specific IMEX progress event but that's not nice either.
The proposal would be make the get_backup_qr() method blocking if there is currently a call to provide_backup() and once the QR code is available it would return. If get_backup_qr() is called without a current provide_backup() call it will error immediately.
The text was updated successfully, but these errors were encountered:
Currently a user of the JSON-RPC API has to guess when they can call the function to retrieve the QR code. They can hack around this by waiting for a specific IMEX progress event but that's not nice either.
The proposal would be make the
get_backup_qr()
method blocking if there is currently a call toprovide_backup()
and once the QR code is available it would return. Ifget_backup_qr()
is called without a currentprovide_backup()
call it will error immediately.The text was updated successfully, but these errors were encountered: