This commit is contained in:
2020-09-01 15:07:01 +08:00
parent 7316d2791d
commit a4aeb4ba16
+1 -1
View File
@@ -47,7 +47,7 @@ abstract class Process extends Component
*/
protected function exportSocket($workerId)
{
return $this->application->get(Pool::class)->getProcess(1)->exportSocket();
return $this->application->get(Pool::class)->getProcess($workerId)->exportSocket();
}