From: Dirk Koopman Date: Fri, 5 Mar 2021 09:41:06 +0000 (+0000) Subject: fix DXCron, lockout and close_gracefully X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=commitdiff_plain;h=309eea6bcd4a0eaf25f810168bc38dc348c2a982;hp=309eea6bcd4a0eaf25f810168bc38dc348c2a982;p=spider.git fix DXCron, lockout and close_gracefully 1. Fix DXCron::spawn_cmd so that more than one spawn_cmd can be active at a time. This affects many nodes where lots of regular spawn_cmds happen at a time and this prevented crucial things like 'start_connect' from working! 2. Sort user lockout issues to cope with all likely scenarios - including "phantom" SSID working. 3. Fix "close_gracefully" error messages which are useless, but benign. These happen (mainly) when outgoing connects timeout. ---