Skip to content

Commit

Permalink
ssh: fix mqtt reconnect issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavosbarreto committed Feb 19, 2020
1 parent 1d33911 commit 5deb1a0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ssh/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ func NewServer(opts *Options) *Server {
"err": err,
}).Error("Lost connection from broker")

s.broker = client

s.connectToBroker()
})

Expand Down

0 comments on commit 5deb1a0

Please sign in to comment.