py-simple-udp-proxy
py-simple-udp-proxy copied to clipboard
Problem is sending only the first packet
by removing the 2 lines it's will loop to wait for another wating for next packet ;)
2 lines removed by you can not be removed, because they make possible to send back answer data.
@nadjibnet Applying multi-threading or multi-processing technique may help you to work around with this problem. I think I might have the idea on how to do this.