From 6f39c7604c4d208b50bad90e762efd302b2d0d5d Mon Sep 17 00:00:00 2001 From: MeexReay Date: Tue, 24 Jun 2025 14:07:57 +0300 Subject: [PATCH] fix: make wrac page compile --- src/app/protocol/wrac/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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),