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
3 changes: 1 addition & 2 deletions pubsub/pubsub-interop.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,7 @@ func main() {
})
if bBootstrap {
fmt.Println("Bootstrapper running.\nPubSub object instantiated using FloodSubRouter.\nCtrl+C to exit.")
for true {
}
select {}
} else {
// Now, wait for input from the user, and send that out!
scan := bufio.NewScanner(os.Stdin)
Expand Down