fix socket
Deploy / deploy (push) Successful in 8s

This commit is contained in:
2026-05-06 12:41:36 +02:00
parent c7883828ff
commit 60da8bc1ab
-1
View File
@@ -70,7 +70,6 @@ class SocketListener
public function tick(): void
{
foreach ($this->servers as $id => $sock) {
$protocol = get_resource_type($sock) === 'Socket' ? socket_get_option($sock, SOL_SOCKET, SO_TYPE) : -1;
$this->processServer($id, $sock);
}
}