17.12.2018, 12:22 
		
	
	
		Try this:
There's no need to set large sleep for this script, it should work correctly with 0 sleep time.
	
	
	
Code:
cmd = udpserver:receive()
if cmd then
  tcpsend(cmd)
  collectgarbage('collect')
endThere's no need to set large sleep for this script, it should work correctly with 0 sleep time.
 
 

