Some more changes to the client. I got a grasp on how this may work.

This commit is contained in:
2025-02-04 01:22:31 +01:00
parent e7e8953ec3
commit 6d76a88c9c
6 changed files with 106 additions and 12 deletions

View File

@ -61,6 +61,6 @@ func writeMessages(conn *websocket.Conn) {
}
// This sets the time-out for any outgoing messages.
// conn.SetWriteDeadline(time.Now().Add(10 * time.Second))
time.Sleep(time.Second)
time.Sleep(time.Minute)
}
}