Differences From Artifact [faceca54c0]:
- File server.scm — part of check-in [f1c76a256f] at 2014-02-20 13:52:20 on branch v1.60 — Fixed get-paths (user: mrwellan, size: 4593) [annotate] [blame] [check-ins using]
To Artifact [9a921aa4ae]:
- File server.scm — part of check-in [904e5f7d6c] at 2014-02-24 22:15:53 on branch v1.60 — Added debugging tags to server state changes. Cleaned up dashboard to display new server data. (user: matt, size: 4625) [annotate] [blame] [check-ins using]
︙ | |||
127 128 129 130 131 132 133 | 127 128 129 130 131 132 133 134 135 136 137 | - + + | ;; client:start returns #t if login was successful. ;; (let ((res (client:start run-id server))) ;; if the server didn't respond we must remove the record (if res res (begin |