@@ -38,7 +38,7 @@ class Etcd extends Component
}
$key = 'center.service.' . gethostbyname(gethostname());
pcntl_signal(SIGINT, function () use ($key) {
\pcntl_signal(SIGINT, function () use ($key) {
$this->isEnd = true;
$this->client->del($key);
});
The note is not visible to the blocked user.