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
Take ble-file-transfer-js 1.1.0 and drop the local read guard
1.1.0 rejects readFile()/listDir() when the link is down or drops mid-request:
checkConnection() rethrows, and the response promise is installed before the
request is written. That is what the _whileConnected() wrapper existed to do,
so it goes.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
0 commit comments