]> source.dussan.org Git - vaadin-framework.git/commit
Fix race condition in upload with push (#10214)
authorArtur Signell <artur@vaadin.com>
Thu, 6 Jun 2013 16:18:28 +0000 (19:18 +0300)
committerVaadin Code Review <review@vaadin.com>
Fri, 7 Jun 2013 07:19:42 +0000 (07:19 +0000)
commitd6fca7820739508387ae6db33af3a4a4fb5a846e
treea95ea3ab47ceaa28812e250f48e3cf0f0a27d637
parenta5ec937fb8a91a55d754f8f2048416a5dd10b931
Fix race condition in upload with push (#10214)

If the upload finishes before the poll timer is fired on the client side then the client will poll forever with the wrong id

Change-Id: I11cad8e978a8499a4fddb9e8bfe7f6c4326f98f5
client/src/com/vaadin/client/ui/VUpload.java