stop() 没有停止 AsyncHttpServer

作者: commonsguy创建于 2015年5月16日更新于 2023年8月28日

根据 JavaDocs,我曾假设在 `AsyncHttpServer` 上调用 `stop()` 会取消 `listen()` 调用,并停止服务器在该端口上监听。但实际情况似乎并非如此。这个项目展示了这个问题: https://GitHub.com/commonsguy/cw-omnibus/tree/master/Diagnostics/WebServer

内容来源: koush/AndroidAsync