Anarchy PlⒶnet Radio
-
-
-
-
+
-
-
-
-
+ connect();
+
+
+
diff --git a/main.go b/main.go
index 2501d46..6af2299 100644
--- a/main.go
+++ b/main.go
@@ -47,15 +47,15 @@ func main() {
}
}
- m.Broadcast([]byte(metadata))
-
history.Value = metadata
history = history.Next()
+
+ m.Broadcast([]byte(metadata))
}()
})
m.HandleConnect(func(s *melody.Session) {
- for j := 0; j < 10; j++ {
+ for i := 0; i < history.Len(); i++ {
if history.Value != nil {
s.Write([]byte(history.Value.(string)))
}
-
-
- APR
+
+
+
+
+
+
+
+
-
+
- Anarchy PlⒶnet Radio
+
+
+
+
+
+