/** * onUnexpectClose. */ public function onUnexpectClose() { $this->emitError(new \Exception('Connection closed')); } $http = new Workerman\Http\Client(); switch ( strtolower($method) ) { ...