BZGMailgunEmailValidation icon indicating copy to clipboard operation
BZGMailgunEmailValidation copied to clipboard

Uneven response when typed fast.

Open shrawan2015 opened this issue 7 years ago • 0 comments

Scenerio : When typing is fast then the response which comes is uneven

i.e shrawan.com response is is_valid = false and did_you_mean is "shrawan.com"

and the response of shrawan.co is is_valid = true and did_you_mean is nil

Type : shrawan.com fast in app and call email Validation API

Log Trace

2017-03-08 11:42:13.254392 TextValidation[2261:547905] **didYouMean== [email protected] --- && isValid 0 ** 2017-03-08 11:42:13.536171 TextValidation[2261:547905] **didYouMean== (null) --- && isValid 1 ** 2017-03-08 11:42:14.446487 TextValidation[2261:547905] **didYouMean== [email protected] --- && isValid 0

So last log is isValid is 0 . Which is wrong and must be isValid is true

Demo app Generate above scenerio

shrawan2015 avatar Mar 08 '17 06:03 shrawan2015