From 02652e96658a0095da613caaddfa306efc5b4ef4 Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Tue, 1 Jul 2014 23:50:28 +0200 Subject: [PATCH] Document callback side effect with sync lookups --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index dcec0d58..6ac196b6 100644 --- a/README.md +++ b/README.md @@ -159,6 +159,8 @@ Other known issues are being managed in the git repository issue list. * older versions of libtool and ranlib may have problems with the way we leverage features specific to exported symbols. If you see error messages during linking it may be due to an older version of libtool in your PATH. This can be fixed by updating your libtool or adding the getdns build directory to the beginning of your path so that our libtool/ranlib are preferred. +* When doing a synchronous lookup with a context that has outstanding asynchronous lookups, the callbacks for the asynchronous lookups might get called as a side effect of the synchronous lookup. + #Supported Platforms