Justin-roy / Rfid_c72_plugin

Flutter Native SDK Plugin
Other
16 stars 9 forks source link

when reading many epcs, app crashes #10

Open tomastes opened 5 months ago

tomastes commented 5 months ago

the modules works well with few rfid, when it comes to reading many tags, app crashes, (eg: more than 1000 tags)

Justin-roy commented 5 months ago

Well, you will have to handle this from Dart code to learn more about threading. Or else you can handle big data in chunks or Isolate.

On Wed, Apr 17, 2024, 12:47 PM tomastes @.***> wrote:

the modules works well with few rfid, when it comes to reading many tags, app crashes, (eg: more than 1000 tags)

— Reply to this email directly, view it on GitHub https://github.com/Justin-roy/Rfid_c72_plugin/issues/10, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQRXG6URT76A4FKVFCJ7Y3DY5YOXHAVCNFSM6AAAAABGKW7HBOVHI2DSMVQWIX3LMV43ASLTON2WKOZSGI2DONJWGE4DSNY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

Justin-roy commented 5 months ago

@tomastes I would appreciate it if you could resolve this issue from the native side -> app crashes, (eg: more than 1000 tags).