I have many macros that automatic functions in Rocket TE - some run directly in the emulator and some are invoked from other applications e.g. MS Excel. In version 10.1 regardless of where the scripts were being run they would all run with the same with no obvious performance lag.
However since transitioning to version 10.2 any script that is invoked from MS Excel (or invoked from another script run directly in Rocket TE) hangs for around 30 seconds after the session has been established. Debugging shows it seems to happen with the the .connect command which is done immediately after setting the BZWhll.WhllObj object. If I remove it there is no delay - but this line is obviously required else the macro is unable to interact with the session.
Is this a known issue and if so is there a solution to stop it happening?