You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please answer these questions before submitting your issue.
What did you do? If possible, provide a simple script for reproducing the error.
when use grpc client(hyperf), grpc server(go)
[WARNING] ErrorException: Creation of dynamic property Swoole\Coroutine\Http2\Client::$serverLastStreamId
What did you expect to see?
Do not throw Exception
What did you see instead?
What version of Swoole are you using (show your php --ri swoole)?
5.1.3
What is your machine environment used (show your uname -a & php -v & gcc -v) ?
php version is 8.2.19
The text was updated successfully, but these errors were encountered:
guandeng
changed the title
When use swoole in php 8.2,Swoole\Http2\Request may throw ErrorException:Creation of dynamic property $usePipelineRead
When use swoole in php 8.2,Swoole\Http2\Request may throw ErrorException:Creation of dynamic property $serverLastStreamId
Jun 24, 2024
guandeng
pushed a commit
to guandeng/swoole-src
that referenced
this issue
Jun 24, 2024
Please answer these questions before submitting your issue.
What did you do? If possible, provide a simple script for reproducing the error.
when use grpc client(hyperf), grpc server(go)
[WARNING] ErrorException: Creation of dynamic property Swoole\Coroutine\Http2\Client::$serverLastStreamId
What did you expect to see?
Do not throw Exception
What did you see instead?
What version of Swoole are you using (show your
php --ri swoole
)?5.1.3
What is your machine environment used (show your
uname -a
&php -v
&gcc -v
) ?php version is 8.2.19
The text was updated successfully, but these errors were encountered: