Explorar o código

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

Sacha Ligthert %!s(int64=2) %!d(string=hai) anos
pai
achega
b8df61dcc2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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