@ -118,6 +118,12 @@ func main() {
fmt.Println("Started !")
go ListenCW(client)
log.Println("Forever.")
// Main loop
for {
time.Sleep(1 * time.Second)
log.Println("Alive.")
}
forever := make(chan bool)
<-forever
The note is not visible to the blocked user.