You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately this is an issue with the SoapClient that PHP ships with, it's been reported before in #86 so I'll close this issue and we can track it there.
I don't think there are any workarounds available, as it's happening internally in PHP. If I get some time I'll look into any options for using a different extension/library for soap interactions
Hi!
Thanks to your previous suggestion (#123) to use
updateGroup
to keep a state without any caching interfering, I was able to continue with my project.Unfortunately I'm experiencing some memory issues when calling
$controller->getStateDetails()
.Consider the following test code:
Each Iteration, the used memory is increased, evententually resulting in an OutOfMemory expection.
I've searched the
Controller
andControllerState
classed but was unable to find anything that could cause this, or how to prevent it.Would love any suggestions on how to keep this 'state machine' running without leaking memory.
Thanks again!
The text was updated successfully, but these errors were encountered: