mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 04:37:36 +03:00
rename packetHandlerMap.Close() to Destroy()
This commit is contained in:
parent
62d3a4166a
commit
db396d8a78
6 changed files with 24 additions and 23 deletions
|
@ -62,7 +62,7 @@ var _ = Describe("Packet Handler Map", func() {
|
|||
}
|
||||
handler.server = nil
|
||||
handler.mutex.Unlock()
|
||||
handler.Close()
|
||||
handler.Destroy()
|
||||
Eventually(handler.listening).Should(BeClosed())
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue