Overrides TransportInterface::shutdown
public function shutdown(?CancellationInterface $cancellation = null) : bool { if ($this->closed) { return false; } $this->closed = true; return true; }