cknipe Posted March 25, 2020 Report Share Posted March 25, 2020 Hi Paul, Just a quick question - seeing some arb exceptions (group '0~~~GetSnapshot~~~' does not exist). Quick question - does getpositionsnapshot do a process() call through FSUIPC on it's own, or does the update only occur once I call FSUIPCConnection.Process()? I think there's too many process() calls being executed, so just trying to determine what I can / need to slow down. Thanks. Link to comment Share on other sites More sharing options...
cknipe Posted March 25, 2020 Author Report Share Posted March 25, 2020 Nevermind - found the issue. Simultaneous / duplicate process calls. it's sorted 🙂 Link to comment Share on other sites More sharing options...
Paul Henty Posted March 25, 2020 Report Share Posted March 25, 2020 Quote does getpositionsnapshot do a process() call through FSUIPC on it's own, or does the update only occur once I call FSUIPCConnection.Process()? Glad you got it sorted. To answer the above question... These kind of helper methods (getPositionSnapshot(), ReadLVAR() etc.) all do a Process() in the background. You only need to call Process() to handle your own Offsets. It's not required when you use any helper method or module (e.g PayloadServices). Paul Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now