livefromheaven wrote:
I'm having an issue with stopping ASIO playback hanging on occasion. It seems to happen about 50% and I cannot figure out what might be causing it. The method that hangs is here:I think I figured this out - it had to do with my Asyncronous TCP socketsafter returning, my entire project will hang. Like I said, half the time it works great. Any ideas about what else I should be doing?public ASIOError stop() { return asioDriverVTable.stop(pASIOComObject); }