m2u / m2uUE4Plugin

m2u Unreal Engine 4 Plugin C++ code
MIT License
43 stars 64 forks source link

Editor TCP port should auto-timeout #6

Open alfalfasprossen opened 7 years ago

alfalfasprossen commented 7 years ago

The TCP connection never times out on the editor side. It can be manually reset through the m2u-window or the command, but that is not the best option. The listener should auto timeout when there is no request for a while so that the port is free for new connections.