diff --git a/pubsub/raven.go b/pubsub/raven.go index a32c49a..775d277 100644 --- a/pubsub/raven.go +++ b/pubsub/raven.go @@ -177,8 +177,9 @@ func main() { }) if bBootstrap { fmt.Println("Bootstrapper running.\nPubSub object instantiated using GossipSubRouter.\nCtrl+C to exit.") - for true { - } + // for true { + // } + select {} } else { // Now, wait for input from the user, and send that out! scan := bufio.NewScanner(os.Stdin)