getnamo / UDP-Unreal

Convenience UDP wrapper for the Unreal Engine.
MIT License
335 stars 79 forks source link

Connection is lost after 60 seconds #25

Open bb-shota opened 2 years ago

bb-shota commented 2 years ago

Hi! After playing a game, it stops sending UDP after about 60 seconds. We have confirmed with Wireshark that it is transmitting UDP for a certain amount of time after playing the game. When it stops transmitting, the following error occurs.

"UDP address is invalid " XXXX is garbled.

What to do in this case?

getnamo commented 2 years ago

If it's dying after 60 seconds it's suggesting that whatever you're using to hold the uobject is being garbage collected, do you have more information on your setup?