Alexandr Vronskiy
Alexandr Vronskiy
@doubaokun Please look https://github.com/openswoole/swoole-src/pull/293 what you say about it?
@doubaokun can you merge this fix as path release?
@mairo744 > All classes changed at least namespace - example Swoole\Http\Server to OpenSwoole\Http\Server. Namespace \Swoole is still supported in v22.x (look release notes)
Maybe it can help someone right now. Can be solved error above with some hack, just call (before server start) ``` WorkerStartListener::$setProcessName = '\OpenSwoole\Util::setProcessName'; ServerStartListener::$setProcessName = '\OpenSwoole\Util::setProcessName'; ``` bacause $setProcessName...
And so ... after year of decisions which option is chosen? Use old zfcampus/zf-apigility repo? Any news on apigility "next"? Expressive already 3.0. :)
Yes with gRPC extension it is worked properly. But if google/cloud-pubsub v2.x and others (which depends on new EmulatorTrait) not works with emulators via http protocol - then it is...
Confirmed, same issue here. This is coredump stacktrace: ``` swoole::curl::Multi::create_socket (this=this@entry=0x7ffff1400950, cp=0x7ffff147f030, sockfd=sockfd@entry=10) at /tmp/swoole-src/ext-src/swoole_curl.cc:77 77 handle->socket = socket; (gdb) bt #0 swoole::curl::Multi::create_socket (this=this@entry=0x7ffff1400950, cp=0x7ffff147f030, sockfd=sockfd@entry=10) at /tmp/swoole-src/ext-src/swoole_curl.cc:77 #1 0x00007ffff5ed677a...
JFYI: with property hooks (PHP 8.4) dev-master still not worked.