Issues with continuation

Continuation was not hitting the callback when the page had following tags:

  • chatter:feedwithfollowers
  • apex:PageMessages
  • outputLabel with value null
  • command link
  • outputText
Resolution: Use JS remoting which will not fall on the page view state and does in different context.

Additional SF resources:

https://success.salesforce.com/issues_view?id=a1p300000008Y3jAAE

https://success.salesforce.com/issues_view?id=a1p300000008XtoAAE

Comments