<div dir="ltr">Sorry not sure if I am replying properly. I get the digest email.<div><br></div><div><span style="font-size:12.8000001907349px">> As always, be careful that you are calling enet_host_service often enough.</span><br style="font-size:12.8000001907349px"><span style="font-size:12.8000001907349px">> </span><span style="font-size:12.8000001907349px">If you are only doing it every 50ms, that may not be often enough. That</span><br style="font-size:12.8000001907349px"><span style="font-size:12.8000001907349px">> </span><span style="font-size:12.8000001907349px">doesn't mean you have to have your update logic running more frequently,</span><br style="font-size:12.8000001907349px"><span style="font-size:12.8000001907349px">> </span><span style="font-size:12.8000001907349px">just that you have to service the host more frequently than that to give it</span><br style="font-size:12.8000001907349px"><span style="font-size:12.8000001907349px">> </span><span style="font-size:12.8000001907349px">opportunities to do its thing.</span><br></div><div><span style="font-size:12.8000001907349px"><br></span></div><div><span style="font-size:12.8000001907349px">Sorry this wasn't made clear in my description. enet_host_service is called as fast as possible in a separate thread with a Sleep(1). it only sends packets to clients every 50ms.</span></div><div><span style="font-size:12.8000001907349px"><br></span></div><div><span style="font-size:12.8000001907349px"><br></span></div></div>