moby / vpnkit

A toolkit for embedding VPN capabilities in your application
Apache License 2.0
1.1k stars 187 forks source link

go: mux: when dispatcher shuts down, close channels #457

Closed djs55 closed 5 years ago

djs55 commented 5 years ago

Previously open channels would remain open and reads would block forever because no data or close messages could arrive. Instead we should close any open channels when the dispatcher shuts down.

Signed-off-by: David Scott dave.scott@docker.com

djs55 commented 5 years ago

The go code is built by travis (not appveyor or circleci)