OpenSocial callbacks are not consistently asynchronous
------------------------------------------------------
Key: SHINDIG-660
URL: https://issues.apache.org/jira/browse/SHINDIG-660
Project: Shindig
Issue Type: Improvement
Components: OpenSocial feature (Javascript)
Reporter: Louis Ryan
Assignee: Louis Ryan
Make the execution of callbacks passed to opensocial functions consistently
asynchronous. The default implementation of many functions as to call the
opt_callback synchronously with a 'not implemented' response, container
specific implementation of these functions may make them asynchronous. The
DataRequest.send callback was asynch if there was content to send and synch if
there was not. This is at beast inconsistent and at worst dangerous and
confusing to gadget developers.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.