I have uploaded Version 2.0.12 to store.
No new features, just bug fix and (stability improvements). Fixed a bug where the tray icon could be the wrong (teal) color after the server is restarted, while SLX is running. Shutdown sequence stability improvements. Telemetry I get from Microsoft says that SLX occasionally hangs or crashes. I have not seen this myself and no one has complained about it, so my theory is that it was happening on shut down and the user does not see it (unless they examine event logs). So I instrumented the shutdown sequence with alot of logging information and ran alot of experiments to see if I could find anything. I found two things. Under a specific set of circumstances the main window could receive a Close message twice. I could not get that to result in any error, but I fixed it anyway. Second, the Command Line Interface to LMS (Telnet), the telnet disconnect command looked like it hung one time. There is alot of parallel stuff going on at shutdown and my theory is that if the timing is just right, my telnet connection can get confused about what it is doing. So I removed the line of code to Disconnect telnet and I am letting the telnet object disconnect itself automatically when it is freed, which happens later in the shutdown process, and in a way that is probably unlikely to hang. R Greg Dawson Squeezelite-X ------------------------------------------------------------------------ rgdawson's Profile: http://forums.slimdevices.com/member.php?userid=65236 View this thread: http://forums.slimdevices.com/showthread.php?t=108550 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
