Check on this to see if still relevant:
Remove need for $conn->setIsPersistent(true), because there is no sense of “persistence” when HTTP transport used, so errors occur if a close/disconnect can be sent. Same issue may occur with PECL transport because there's no true “connection.”
Check on this to see if still relevant:
Remove need for $conn->setIsPersistent(true), because there is no sense of “persistence” when HTTP transport used, so errors occur if a close/disconnect can be sent. Same issue may occur with PECL transport because there's no true “connection.”