Use API in a Multithreaded Java environment
To prevent application hang, we have written Plugins for MEGA (MetaCommand) wich do their work in a Multithreaded way.The following is a POC of what we are doing: public void CmdInvoke(MegaObject o, Integer nCmd) { final MegaRoot mRoot = o.getRoo...