On 12/7/15, 3:12 AM, Bryan Buchanan wrote:
Found out what the problem was - I'm using Thrift for RPC, and was
initialising the underlying Thrift socket with a connection timeout of zero
(i.e. infinite). When there was a network disconnection, it appeared the FX
UI thread was getting starved and t
Good to hear.
-- Kevin
Bryan Buchanan wrote:
Found out what the problem was - I'm using Thrift for RPC, and was
initialising the underlying Thrift socket with a connection timeout of zero
(i.e. infinite). When there was a network disconnection, it appeared the FX
UI thread was getting starved
Found out what the problem was - I'm using Thrift for RPC, and was
initialising the underlying Thrift socket with a connection timeout of zero
(i.e. infinite). When there was a network disconnection, it appeared the FX
UI thread was getting starved and the app freezes. All good now, and FX is
fine.
On 12/2/15, 3:29 AM, Bryan Buchanan wrote:
I have a customer testing an FX app and more often than not, if the app is
left open for a while (20 minutes or so), either the mouse ceases to work,
or if it does work, when you click a field, or do something that should
re-paint the window, the whole F
Please try again with JavaFX 1.8.0_66.
-Markus
-Original Message-
From: openjfx-dev [mailto:openjfx-dev-boun...@openjdk.java.net] On Behalf Of
Bryan Buchanan
Sent: Mittwoch, 2. Dezember 2015 09:30
To: openjfx-dev@openjdk.java.net
Subject: App freezing on Linux
I have a customer testing a