diff --git a/src/app/protocol/wrac/page.tsx b/src/app/protocol/wrac/page.tsx index a8441c8..f285e74 100644 --- a/src/app/protocol/wrac/page.tsx +++ b/src/app/protocol/wrac/page.tsx @@ -4,6 +4,8 @@ import { ArrowLeft } from "lucide-react"; import Link from "next/link"; import Text from "@/components/blocks/Text"; import PageTitle from "@/components/blocks/PageTitle"; +import Title from "@/components/blocks/Title"; +import InlineCode from "@/components/blocks/InlineCode"; export default function Wrac() { return ( @@ -34,7 +36,7 @@ export default function Wrac() { Receiving messages As the connection now can be keep-alive, and the websocket uses messages - for transactions, we can't just do the same as we did in RAC to get the messages. + for transactions, we can't just do the same as we did in RAC to get the messages. Now, to use those packets (0x01 for normal reading and 0x02 for chunked reading),