André G. Inocenti Lobo Viana

Results 5 comments of André G. Inocenti Lobo Viana

Hello, Is there any news about this feat? Be able to fire the event on creation or update is something that I would use too

This solution worked for me: ``` RUN set -ex && \ apk add --no-cache --virtual .build-deps \ libxml2-dev \ shadow \ autoconf \ g++ \ make \ && apk add...

I didn't try it in another transport, only did it with mongodb. But if it helps I can try it with another. This simple steps can reproduce it (I tried...

Guys, just tested an official PHP 8.3 alpine image with Swoole 5.1.(0-3) and all the time I have the same error "SQLSTATE[08006] [7] could not send SSL negotiation packet: Resource...

@7oku Thank you. I just found a "solution". I lowered my php version to 8.2.19 and the swoole to 5.0.3. Now it is working using these old versions.