fix(nfc): Ensure that Session is dropped when an error causes it to become invalid (#2885)

Co-authored-by: Fabian-Lars <github@fabianlars.de>
This commit is contained in:
Ray
2025-08-01 14:49:49 -04:00
committed by GitHub
parent ff6d23ede1
commit fe23a5e013
2 changed files with 8 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
---
nfc: patch
nfc-js: patch
---
On iOS, the reader session will now get closed properly on errors, preventing dangling invalid sessions that could prevent subsequent write attempts.