On Thu, Jul 2, 2015 at 12:12 AM, Andrew Hundt <athundt@gmail.com> wrote:Does anyone have insight into why this latency issue may be occurring in the Async UDP version? Thanks.Without taking the time to look at your code or google OSX...When a thread yields on this platform, how long before it runs again? It is 10ms on a number of platforms, which may cause you grief if you're trying to do something (asynchronously) more frequently than that, i.e. 5 ms.