docbrowser icon indicating copy to clipboard operation
docbrowser copied to clipboard

Problem restarting server

Open BS-Labs opened this issue 1 year ago • 0 comments

Not really worth a pull request, I think: stop-docserver never un-sets global-acceptor, causing start-docserver to emit an error.

Steps to reproduce:

CL-USER> (docbrowser:start-docserver)
CL-USER> (docbrowser:stop-docserver)
CL-USER> (docbrowser:start-docserver)

Error: Server is already running

BS-Labs avatar Oct 14 '23 23:10 BS-Labs