From cb87df82bebd8df28b86ca60e2d1e6990553747e Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Fri, 22 Aug 2025 18:02:13 +0800 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/FAQ.md b/FAQ.md index 4977e02..5107e50 100644 --- a/FAQ.md +++ b/FAQ.md @@ -1445,3 +1445,12 @@ The executable (`hbbs`/`hbbr`) is still maintained. We marked it as deprecated o Please right click on the tab, you will see it as below ![image](https://github.com/user-attachments/assets/54977b2c-8797-468c-a6d7-1383ba26f56f) + +# Connection error, bytes remaining on stream + +> RustDesk: I noticed in the previous logs that when the connection failed, the relay server was “REDACTED.WEBSITE.TO.RUSTDESK.SERVER2.com:21114.” Usually, the relay port is 21117. When I set my client's relay server to host:21114, +> I replicated the "bytes remaining on stream" error. +> Therefore, the cause of the error was the incorrect setting of the relay port to 21114. +> +> User: I don’t remember where I ever saw the relay being 21114, but that might have been something I set for testing and forgot to remove at any stage beyond that. +> Hopefully my mishap will help others with similar issues in the future, in case it happens again. \ No newline at end of file