How Can We Help?
Why is the lookup asynchronous?
The main reason is that to get the result, need to interact a few times with different services that do not return results immediately. In addition, in some cases, the service may lookup iMessage/FT a few times to ensure the results are as accurate as possible. That is why checking each request can take from a few seconds to several minutes. In this case, it’s more reasonable to process all requests asynchronously.