Fixed
Details
Details
Assignee
Matthew Bryant
Matthew BryantReporter
Jason Barnes
Jason BarnesComponents
Fix versions
Affects versions
Priority
Created July 17, 2009 at 3:35 AM
Updated February 25, 2018 at 11:02 PM
Resolved February 25, 2018 at 11:02 PM
Problem
----------------------------------
periodically pingFU fails to initialise correctly when an application is restarted. Not sure if this is a race condition or simply it times out waiting for it. Will also be a problem on secure servers that have restrictions on internal browsing. Currently the workaround is to add:
<cfset application.fc.factory.farFU.turnOn() />
to serverSpecificVarsAfterInit.cfm. This forces them on all the time.
Suggested Solution
----------------------------------
Make this an optional config item that can be enabled via the webtop. default is off.