On 03/03/2019 22:13, Dušan Vejnovič via shifter-users wrote: > I'm writing my own client in Java. Client works first 5 second OK. After > that I can't get any draw packet from the server, but got the message: > > Warning: delayed region timeout > region is 15 seconds old, will retry - bad connection? For each draw packet you receive, you need to send an ack packet back to the server.
> I'm doing ping from client to server every 5 seconds and answering on > ping from server with ping echo. > HTML5 work without problem. > > In client I use two threads: > - the first thread is for communication with the server > - the second one is for sending ping data to the server I don't think you need a thread just for that. Wouldn't a timer be more efficient? Cheers, Antoine > > Xpra is running on Debian 9. > > Bye > Dušan > > > _______________________________________________ > shifter-users mailing list > shifter-users@lists.devloop.org.uk > http://lists.devloop.org.uk/mailman/listinfo/shifter-users _______________________________________________ shifter-users mailing list shifter-users@lists.devloop.org.uk http://lists.devloop.org.uk/mailman/listinfo/shifter-users