/** * Process Shutdown session */ public function shutdown() { // we want to immediately remove // all references $this->onClose(); $this->transport->close(); }
/** * Starts the close sequence */ public function close() { $this->client->setAttemptRetry(false); $this->transport->close(); }