Cyanox
❔ Issues with receiving UDP data using UdpClient
I'm trying to receive data sent from my NodeJS server using the
UdpClient
class, specifically UdpClient.Receive()
. The code never makes it past that line, as it never receives the data. I've validated the data it being sent properly through Wireshark and even written another NodeJS script to receive it, which worked fine. Does anyone know what I'm doing wrong?
https://paste.mod.gg/vjwmkjfaftxf/04 replies