Преглед изворни кода

Prevent the listener from throwing an error when the scenario ends.

Sacha Ligthert пре 2 година
родитељ
комит
b8df61dcc2
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Export.lua

+ 1 - 1
Export.lua

@@ -28,7 +28,7 @@ end
 function LuaExportStop()
 	-- Terminate TCP connection
 	if MySocket then 
-		socket.try(MySocket:send("exit\n"))
+		--socket.try(MySocket:send("exit\n"))
 		MySocket:close()
 	end
 end