Sometimes the start and end data are received in the wrong order (end happens before start).
It usually happens with domainLookupStartDate (start) and responseEndDate objects.
While we've deeply investigated the issue no further evidence is found.
In order to fix the issue and prevents any crash, we will add a check upon these variables in order to fix their timing order.
Bug Report
Sometimes the
start
andend
data are received in the wrong order (end
happens beforestart
).It usually happens with
domainLookupStartDate
(start) andresponseEndDate
objects.While we've deeply investigated the issue no further evidence is found.
In order to fix the issue and prevents any crash, we will add a check upon these variables in order to fix their timing order.