mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
make sure the server is stopped before closing all server sessions
This commit is contained in:
parent
f1500db062
commit
aea8f7345b
2 changed files with 10 additions and 8 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue