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
Hi!
I guess it is caused by the memory leaks fixes. Could you provide any example of the code that is failing, with the full error log stack, please? Without it providing any help will be difficult.
Faced the same one in SubscribingHandlerInterface. Indeed related to memory leak fixes as I was able to fix that error by commenting out unset\JMS\Serializer\JsonDeserializationVisitor::getResult.
For temporary solution inside subscription handler the temporary fix is: $context->getVisitor()->setNavigator($context->getNavigator());
Please note that my issue was about deserialization
Since version 3.23 I'm getting warning that crashes all my API's:
Warning: Undefined property: JMS\Serializer\JsonDeserializationVisitor::$navigator
Expected Result
Actual Result
The text was updated successfully, but these errors were encountered: