diff --git a/transport/internet/ws/hub.go b/transport/internet/ws/hub.go index 0e81edc1..9ac54de3 100644 --- a/transport/internet/ws/hub.go +++ b/transport/internet/ws/hub.go @@ -169,7 +169,7 @@ func (this *WSListener) Close() error { defer this.Unlock() this.acccepting = false - log.Warning("WSListener: Yet to support close listening HTTP service") + this.listener.Stop() close(this.awaitingConns) for connErr := range this.awaitingConns {