send message to mc server

master
Alex 2021-12-28 22:21:47 +01:00
parent 10d7e97736
commit 9e2bc97862
1 changed files with 2 additions and 1 deletions

View File

@ -71,8 +71,9 @@ func HandleWebMessage(isVoice bool, conn *websocket.Conn, uuid string, status in
raw := kraProtocol.EncodeWebMessage(kraProtocol.StatusErrTryAgain, cmdID, cmdNumber, args)
webClient.SendBinaryMessage(conn, raw)
return
}
return
/*
connForDest := getConnForDest(dest, uuid)