Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ironhawk/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ func Run(host string, port int) {
case <-sigChanWatchMode:
fmt.Println("exiting the watch mode. back to command mode")
shouldExitWatchMode = true
client.CloseWatch()
case resp := <-ch:
// If we get any response over the watch channel,
// render the response
Expand Down