You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by "Louis Ryan (JIRA)" <ji...@apache.org> on 2008/10/23 23:04:44 UTC

[jira] Created: (SHINDIG-660) OpenSocial callbacks are not consistently asynchronous

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.


[jira] Closed: (SHINDIG-660) OpenSocial callbacks are not consistently asynchronous

Posted by "Louis Ryan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SHINDIG-660?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Louis Ryan closed SHINDIG-660.
------------------------------

    Resolution: Fixed

> 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.