Skip to content

Commit

Permalink
Return after receiving EventConnectionClose
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Mirić committed Mar 11, 2022
1 parent 51de7f9 commit 13986c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/browser.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ func (b *Browser) initEvents() error {
b.logger.Debugf("Browser:initEvents:EventConnectionClose", "")
b.browserProc.didLoseConnection()
b.cancelFn()
return
}
}
}
Expand Down

0 comments on commit 13986c3

Please sign in to comment.