-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Socket disconnects immediately after sending setDesktopSize #1406
Comments
update: i also sometimes see |
What does the log look like in the browser, from websockify and from x11vnc? |
Websockify:
Browser:
x11vnc has no logs, continues running after disconnect |
it appears that x11vnc might just not support |
So basically x11vnc throws you out for sending a message it doesn't support? In that case, there's not much more we can do from our side. |
Description
Immediately after calling
sock.flush
insetDesktopSize
, the socket connection closes immediately, before receiving a response from the server.Steps to reproduce the behavior:
Calling
setDesktopSize
with a valid width, height, sock, and flagsExpected behavior
Resizing the socket, or disconnecting due to a message from the server.
Screenshots
The last message before disconnect:
Client (please complete the following information):
MacOS 10.12, Chromium 81.0.4044.138 (Official Build) (64-bit)
Server (please complete the following information):
Additional context
The data from the proxy connected to websockify:
The text was updated successfully, but these errors were encountered: