Chore: placeholder so things compile

This commit is contained in:
kayos@tcp.direct 2023-05-04 23:43:10 -07:00
parent 1628fc6e51
commit b60f5e51b6
Signed by: kayos
GPG Key ID: 4B841471B4BEE979

View File

@ -67,6 +67,8 @@ func wsHandler(wsc *websocket.Conn) {
}
defer closer(wsc)
for {
wb([]byte{byte(5) & 0xFF, byte(0) & 0xFF, byte(0) & 0xFF, byte(0) & 0xFF, byte(0) & 0xFF})
time.Sleep(time.Duration(1) * time.Second)
ws([]byte("i am a placeholder"))
}
}