diff --git a/RpcJsonp.php b/RpcJsonp.php index 0703de2..8611ddf 100644 --- a/RpcJsonp.php +++ b/RpcJsonp.php @@ -150,7 +150,6 @@ class RpcJsonp extends Component implements OnConnectInterface, OnReceiveInterfa $this->logger->error('JsonRpc: ' . $throwable->getMessage()); $response = Json::encode($this->failure(-32700, $throwable->getMessage())); $server->send($fd, $response); - $server->close($fd); } }