Transmitter Updated to 1.0.2.3
A few days ago I discovered that Transmitter was “randomly” disconnecting people during flights (nothing is ever random in terms of software development).
I discovered an afterthought in a recent code-cleanup was the culprit - if the server was taking longer than 1,000 milliseconds (1 second) to respond to a position update sent from the Transmitter client software, it was disconnecting - therefore never surviving lost packets.
I’ve now removed disconnection from the logic - but the status bar will still update with the problem for a second after it has happened.
You can download the latest version from the link below:
https://github.com/jonbeckett/virtualflightonlinetransmitter/releases/tag/1.0.2.3