Packet loss is normal UDP behavior (unless it is excessive).  If you use UDP, you application design must handle occasional packet loss gracefully.

Buffering issues is the most common cause of major packets losses.  That would make sense in you case because enabling DEBUG has the effect of slowing down packet traffic.

Reply via email to