-
Notifications
You must be signed in to change notification settings - Fork 5
Fix: Polling Intervals #18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Added Auto Connect Function and settings option set to auto connect after 10 seconds of being connected as a controller S1+ by default it is disabled. Also modified the connection failed function and will attempt to reconnect after 2 minutes and will continue until connected Partially connected to issue #7
Merge Because I forgot
Dev Merge fixed my appveyor
Changed Flight Plan Not held message to be shorter
Possible working Auto CPDLC message if Flight Plan Not Held
Merge vSMR Master Changes
19wintersp
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please check your indentation settings (I suggest having it auto-detect per-file), otherwise looks fine.
|
I have fixed the indentation settings Also apologise with the messed-up commits as I was not originally working on branches for this |
19wintersp
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indentation is still mixed in SMRPlugin.cpp
The commits really aren't ideal but can be squashed in the merge.
Fix Indentations hopefully fixes it
Co-authored-by: Patrick Winters <61561933+19wintersp@users.noreply.github.com>
|
Closed as duplicate of VATSIM-UK#6 |
Corrected polling interval to be random between 45-75 seconds Fixes #9
I have not tested this yet. However, I have refactored my code to make more sense and took suggestions from #12, which splits up the changes to individual Pull Requests.
I include my current build for those who cannot compile and test.
https://ci.appveyor.com/project/MrAdder/vsmr/builds/52123480
For a build with #19, use
https://ci.appveyor.com/project/MrAdder/vsmr/builds/52123426
@19wintersp