Document callback side effect with sync lookups

This commit is contained in:
Willem Toorop 2014-07-01 23:50:28 +02:00
parent 8bd5baef6f
commit 02652e9665
1 changed files with 2 additions and 0 deletions

View File

@ -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