[
https://issues.apache.org/jira/browse/GUACAMOLE-1444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17428085#comment-17428085
]
Noor ul Haq commented on GUACAMOLE-1444:
----------------------------------------
[[email protected]] One thing to note here is most VNC servers have a timeout
settings [https://github.com/TurboVNC/turbovnc/issues/131] like turboVNC. GUACD
is just a gateway to access all your servers from one place and the timeout
request is mostly generated from the other side. Another thing is in guac
server we have a timeout set of 5000 to wait for server to respond before
trying to reconnect. So when you replug the cable or the network reestablishes
the guacd just forms a connection. So this timeout and to delete the current
session must be done at server side.
The timeout I mentioned is at
[https://github.com/apache/guacamole-server/blob/491be8382acfc682a356284701a8535e4e73dd47/src/protocols/vnc/settings.c#L480]
change this to try a re connection or disable it and it won't try a
re-connection at all.
> After VNC network is interrupted, please disconnect
> ---------------------------------------------------
>
> Key: GUACAMOLE-1444
> URL: https://issues.apache.org/jira/browse/GUACAMOLE-1444
> Project: Guacamole
> Issue Type: Bug
> Components: VNC
> Affects Versions: 1.3.0
> Reporter: 李振海
> Priority: Major
>
> After VNC is connected normally, if the network cable is unplugged and the
> network is interrupted, guacd will not close the connection and will always
> be connected,Consider adding timeout check
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)