[winswitch] HTML5 websocket timeouts

Antoine Martin antoine at nagafix.co.uk
Wed Jul 17 17:53:32 BST 2019


On 17/07/2019 18:15, Evan Sarmiento via shifter-users wrote:
> Hi,
> 
> Is there a way to configure the HTML5 client to allow for socket timeouts of greater than it's default value?
It depends which timeout is being triggered.
What is the server log saying?
You may want to enable the HTML5 client's "network" debug logging to get
more details.

> I am encountering sudden websocket disconnects every so often, which automatically reloads / reconnects - works fine. Is there some configurable value that would persist in attempting to maintain that connection on the client side?
Assuming that the disconnection is from ping timeouts, you can try setting:
XPRA_PING_TIMEOUT=300 xpra start ..
But the default is already 60 (seconds), and if ping packets take over a
minute to do the roundtrip, then re-connecting is a reasonable thing to
do to try to recover.

Cheers,
Antoine


> Thanks
> Evan
> 
> _______________________________________________
> shifter-users mailing list
> shifter-users at lists.devloop.org.uk
> https://lists.devloop.org.uk/mailman/listinfo/shifter-users
> 




More information about the shifter-users mailing list