Juniper / go-netconf

NETCONF implementation in Go.
Other
253 stars 110 forks source link

Close transport junos cleanly #99

Closed luke-orden closed 1 year ago

luke-orden commented 4 years ago

When using the DialJunos method a defunct process is left behind on the router after the session is supposedly closed.

I have added a t.cmd.Wait() to close the process - https://golang.org/pkg/os/exec/#Cmd.Wait

luke-orden commented 3 years ago

Is it possible to have this reviewed please.

nemith commented 1 year ago

Closed due to age