make sure the server is stopped before closing all server sessions

This commit is contained in:
Marten Seemann 2021-01-23 12:45:14 +08:00
parent f1500db062
commit aea8f7345b
2 changed files with 10 additions and 8 deletions

View file

@ -250,7 +250,7 @@ func (h *packetHandlerMap) CloseServer() {
wg.Wait()
}
// Destroy the underlying connection and wait until listen() has returned.
// Destroy closes the underlying connection and waits until listen() has returned.
// It does not close active sessions.
func (h *packetHandlerMap) Destroy() error {
if err := h.conn.Close(); err != nil {