Hi @CakeDev ,
Have you tried using a tool to capture UDP traffic on both the client and server machines?
Make sure the client is indeed listening on port 13044
and the server is sending to that specific port. If the server’s IPEndPoint
is somehow off by a port number or IP, the packets won’t reach the client.
Also check the firewalls and routing. Even if the ports are allowed, sometimes specific firewall rules can still block packets. Temporarily disabling the firewall can help rule this out as an issue.
Best Regards.
Jiachen Li
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.