mirror of
https://github.com/go-micro/go-micro.git
synced 2025-06-24 22:26:54 +02:00
Put back close of listener
This commit is contained in:
@ -821,8 +821,8 @@ func (t *tun) close() error {
|
||||
}
|
||||
|
||||
// close the listener
|
||||
//return t.listener.Close()
|
||||
return nil
|
||||
// this appears to be blocking
|
||||
return t.listener.Close()
|
||||
}
|
||||
|
||||
func (t *tun) Address() string {
|
||||
|
Reference in New Issue
Block a user