doc: update comments
This commit is contained in:
parent
03ab627729
commit
28342058aa
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ import (
|
|||
"time"
|
||||
)
|
||||
|
||||
// BroadcastMessage sends a message to all connected WebSocket clients.
|
||||
// sends continous messages to all connected WebSocket clients.
|
||||
func SendPermanentBroadCastMessage() {
|
||||
for {
|
||||
// Marshal the message into JSON format
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue