Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Low Performance #21

Closed
elvispdosreis opened this issue Aug 14, 2016 · 2 comments
Closed

Low Performance #21

elvispdosreis opened this issue Aug 14, 2016 · 2 comments

Comments

@elvispdosreis
Copy link

I'm using, however I'm having a poor performance to return the data.
The amfphp falls into a loop almost infinite, takes too long to process writeAmf3Array

$ret = new stdClass();
$explicitTypeField = Amfphp_Core_Amf_Constants::FIELD_EXPLICIT_TYPE;
$ret->$explicitTypeField = "flex.messaging.io.ArrayCollection";
$ret->source = $yourData;
return $ret;

@arielsom
Copy link
Member

What does your data look like?

@arielsom
Copy link
Member

closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants