]> source.dussan.org Git - vaadin-framework.git/commit
Disable client timeout so websockets are not disconnected when idle (#13015)
authorArtur Signell <artur@vaadin.com>
Fri, 29 Nov 2013 16:18:04 +0000 (18:18 +0200)
committerVaadin Code Review <review@vaadin.com>
Mon, 2 Dec 2013 09:24:57 +0000 (09:24 +0000)
commitc171850a2c6fab38a81b2d0ab92d3433b2cf558c
tree95241869930db868deb17b8090c9c8a705dc51f8
parentea46029ea154cc018525219f06095817339607e8
Disable client timeout so websockets are not disconnected when idle (#13015)

Updated sleep method to ensure that long sleeps can be performed without losing
the connection to the browser

Change-Id: I4f29d946e7a9a400e303e3a574876e1bc2d56773
client/src/com/vaadin/client/communication/AtmospherePushConnection.java
uitest/src/com/vaadin/tests/components/window/SubWindowsTextSelectionTest.java
uitest/src/com/vaadin/tests/push/BasicPushTest.java
uitest/src/com/vaadin/tests/push/IdlePushChannelStreamingTest.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/push/IdlePushChannelTest.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/push/IdlePushChannelWebsocketTest.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/push/PushLargeDataStreamingTest.java
uitest/src/com/vaadin/tests/push/PushLargeDataWebsocketTest.java
uitest/src/com/vaadin/tests/push/TogglePushTest.java
uitest/src/com/vaadin/tests/tb3/AbstractTB3Test.java