mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 04:37:36 +03:00
fix deadlock when closing the server and the connection at the same time
This commit is contained in:
parent
b7652887d2
commit
4c25cea9ec
3 changed files with 6 additions and 1 deletions
|
@ -251,6 +251,7 @@ var _ = Describe("Packet Handler Map", func() {
|
|||
})
|
||||
|
||||
It("closes all server sessions", func() {
|
||||
handler.SetServer(NewMockUnknownPacketHandler(mockCtrl))
|
||||
clientSess := NewMockPacketHandler(mockCtrl)
|
||||
clientSess.EXPECT().getPerspective().Return(protocol.PerspectiveClient)
|
||||
serverSess := NewMockPacketHandler(mockCtrl)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue