function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Nuevo9763Nuevo9763 

Continuation and custom component

Hi everyone,
I am using a visual force custom component on a visual force page. VF page of course has it's own controller and the custom component has it's own. Now this custom component is making callouts so I want to use Continuation so that the main page rendering is not held back due to call out in custom component. when trying this I find that the continuation is not even making the callout request. when not using Continuation it's fine but when Continuation is added to the mix it just stops doing callout. There is no error shown in the log.I just see 0 callouts in the log. Anyone has attempted this before? I searched  for a while but did not find any case which has custom component and Continuation both are used.

Any suggestions are welcome.