forked from quic-go/quic-go
delete unused connections from the multiplexer
This commit is contained in:
committed by
Marten Seemann
parent
6fbe8d563e
commit
1a0aa50471
@@ -139,7 +139,7 @@ func (h *packetHandlerMap) close(e error) error {
|
||||
}
|
||||
h.mutex.Unlock()
|
||||
wg.Wait()
|
||||
return nil
|
||||
return getMultiplexer().RemoveConn(h.conn)
|
||||
}
|
||||
|
||||
func (h *packetHandlerMap) listen() {
|
||||
|
||||
Reference in New Issue
Block a user