https://bugs.kde.org/show_bug.cgi?id=392392
Jasem Mutlaq <mutla...@ikarustech.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |3.0.0 Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://commits.kde.org/kst | |ars/9be2169dc508d6b52dcb1a8 | |2b478ea98afa109b6 --- Comment #1 from Jasem Mutlaq <mutla...@ikarustech.com> --- Git commit 9be2169dc508d6b52dcb1a82b478ea98afa109b6 by Jasem Mutlaq, on behalf of Andy Galasso. Committed on 29/07/2018 at 08:07. Pushed by mutlaqja into branch 'master'. PHD2: honor the "Receive external guide frames" setting. Also, only log event messages from PHD2 when verbose logging is enabled PHD2: only request a new star image if there is not already an outstanding requests to get the star image PHD2: additional communication reliablity work - prevent problem with intermittent dropped messages by only sending a single JSONRPC request at a time - added more debug logging - use the documented set of phd2 states; remove custom states and use new state variables for dither state - fix error that aborts guiding when a dither is started before the initial settling has completed - fix dither timeouts being caused by the dither timer expiring sooner than the timeout sent to PHD2 PHD2: fix error loading PHD2 star image In every other frame the temporary .fit file was getting deleted before it could be displayed. Also, fix a possible file descriptor leak that could occur if a fitsio function call failed. PHD2: do not process partial JSON responses, wait until the full resonse (terminated by newline) is received The existing code could prematurely process incomplete chunks of phd2 response messages. Now we will wait for a full newline-terminated message before processing the response. This also allows us to remove a bunch of workaround code that was trying to deal with chopped-up partial messages. CCMAIL:kstars-de...@kde.org CCMAIL:rlancas...@gmail.com FIXED-IN:3.0.0 M +294 -193 kstars/ekos/guide/externalguide/phd2.cpp M +44 -31 kstars/ekos/guide/externalguide/phd2.h https://commits.kde.org/kstars/9be2169dc508d6b52dcb1a82b478ea98afa109b6 -- You are receiving this mail because: You are watching all bug changes.