Ivalenzuela-gd

Results 4 comments of Ivalenzuela-gd

This same problem is affecting me. It worked completely fine before then suddenly this starts happening. Some insight into the problem: To me, it only happens with empty NFCs, otherwise...

I had this problem before. It got solved by using the latest version which is #25 . Haven't had that problem before

This error is related to the error I was having and fixed here #29

With a simple solution you could do this ```dart var coils = await _client.readCoils(1,1).timeout(Duration(miliseconds: 2000), onTimeout: () { //Do something }); ```