semlette / nfc_in_flutter

Cross-platform flutter plugin for reading and writing NFC tags. Not maintained anymore - not looking for new maintainer, fork instead.
MIT License
120 stars 119 forks source link

System Resource unavailable #33

Closed JaredEzz closed 4 years ago

JaredEzz commented 4 years ago

This doesn't happen all the time, but occasionally I get an exception flutter: System resource unavailable In the iOS code, are you invalidating the session afterwards? https://stackoverflow.com/questions/48172963/how-to-avoid-nfcerror-code-203-session-is-invalidated-due-to-system-resource-is

semlette commented 4 years ago

I believe this is the same as #29