fix: make wrac page compile
This commit is contained in:
parent
dc2792aab9
commit
6f39c7604c
@ -4,6 +4,8 @@ import { ArrowLeft } from "lucide-react";
|
|||||||
import Link from "next/link";
|
import Link from "next/link";
|
||||||
import Text from "@/components/blocks/Text";
|
import Text from "@/components/blocks/Text";
|
||||||
import PageTitle from "@/components/blocks/PageTitle";
|
import PageTitle from "@/components/blocks/PageTitle";
|
||||||
|
import Title from "@/components/blocks/Title";
|
||||||
|
import InlineCode from "@/components/blocks/InlineCode";
|
||||||
|
|
||||||
export default function Wrac() {
|
export default function Wrac() {
|
||||||
return (
|
return (
|
||||||
@ -34,7 +36,7 @@ export default function Wrac() {
|
|||||||
<Title id={"receiving-messages"}>Receiving messages</Title>
|
<Title id={"receiving-messages"}>Receiving messages</Title>
|
||||||
<Text>
|
<Text>
|
||||||
As the connection now can be keep-alive, and the websocket uses 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.
|
||||||
</Text>
|
</Text>
|
||||||
<Text>
|
<Text>
|
||||||
Now, to use those packets (<InlineCode>0x01</InlineCode> for normal reading and <InlineCode>0x02</InlineCode> for chunked reading),
|
Now, to use those packets (<InlineCode>0x01</InlineCode> for normal reading and <InlineCode>0x02</InlineCode> for chunked reading),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user