Skip to content

Commit ce4cbf1

Browse files
authored
Removed the low version conditions of php and swoole (#6489)
1 parent 3b5906f commit ce4cbf1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/GrpcClient.php

-4
Original file line numberDiff line numberDiff line change
@@ -187,10 +187,6 @@ public function openStream(
187187
$request->headers = $request->headers + $metadata;
188188
$request->pipeline = true;
189189
if ($usePipelineRead) {
190-
// @phpstan-ignore-next-line
191-
if (SWOOLE_VERSION_ID < 40503) {
192-
throw new InvalidArgumentException('Require Swoole version >= 4.5.3');
193-
}
194190
$request->usePipelineRead = true;
195191
}
196192

0 commit comments

Comments
 (0)