Эх сурвалжийг харах

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

Sacha Ligthert 2 жил өмнө
parent
commit
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