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
Hit this while working on the ledger app upgrade integration in Liana:
If a Ledger<TransportHID> stay open and the user quit the bitcoin app, the device node under linux (/dev/hidrawxx) will be incremented, so in this context calling DeviceInfo.path() will return a different value before & after closing bitcoin app.
I don't think it's related to how its implemented in async-hwi, but think it worth share this.
The text was updated successfully, but these errors were encountered:
Hit this while working on the ledger app upgrade integration in Liana:
If a
Ledger<TransportHID>
stay open and the user quit the bitcoin app, the device node under linux (/dev/hidrawxx) will be incremented, so in this context callingDeviceInfo.path()
will return a different value before & after closing bitcoin app.I don't think it's related to how its implemented in async-hwi, but think it worth share this.
The text was updated successfully, but these errors were encountered: