AndyQ / NFCPassportReader

NFCPassportReader for iOS 13
MIT License
738 stars 239 forks source link

Invalidate session when cancel is tapped #149

Closed TerjeLon closed 2 years ago

TerjeLon commented 2 years ago

Current behaviour only sets the session to nil. But the session that was cancelled continues to read, cause weird behaviour such as a new session is unable to start reading before the previous has been invalidated correctly

AndyQ commented 2 years ago

Merged - thanks!