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
I think calling ReadUUID with a timeout of 1ms is a bit expensive. It will return as soon as it finds a tag anyway. 100ms might be better.
I think we can also get the reader into a state where it always returns an error immediately until a new tag comes along, causing a tight loop. Needs investigation and maybe a short delay after falling into that error case.
The text was updated successfully, but these errors were encountered:
I think calling ReadUUID with a timeout of 1ms is a bit expensive. It will return as soon as it finds a tag anyway. 100ms might be better.
I think we can also get the reader into a state where it always returns an error immediately until a new tag comes along, causing a tight loop. Needs investigation and maybe a short delay after falling into that error case.
The text was updated successfully, but these errors were encountered: