Oleguer Llopart

Results 82 comments of Oleguer Llopart

I still haven't been able to see how many users there are when it happens, since I realize hours later, but there are currently 200 users and there must be...

I have been testing [wsstat](https://github.com/Fitblip/wsstat) and artillery to stress the server and from 1000-1200 some of the new connections start to fail (wsstat shows error 429 and artillery shows ECONNRESET),...

Hi. With PHP 7.2 I still have the same problem, I have been testing `xdebug` to see where it happens and the `Broken pipe` error appears between lines `129` and...

I am running Ratchet in a VPS (AlmaLinux v8.4.0) with KVM (QEMU), in this same VPS I also have my website running with Apache uname -a ``` powershell Linux xxxx-xxxxx.server.name...

Thanks for the suggestion, for now I'm going to wait, chat is a fairly secondary function in my application and at the moment it is not a big problem. Thanks...

> It looks like this issue might be related to my changes introduced in https://github.com/reactphp/stream/pull/150 in response to https://github.com/reactphp/stream/pull/149. In this case, it would be helpful for further debugging if...

These are the values of `$send` and `$error` when the process is at 100% CPU, they are the same values as @acadjsr ``` $sent: int(0) $error: NULL $sent: int(0) $error:...

I can confirm that @HarelM solution works, I would appreciate if the pull request it's merged. Also the `build.json` documentation should be updated: https://cordova.apache.org/docs/en/10.x/guide/platforms/ios/#using-buildjson Current usage in `build.json` (And it...

Yes, I still use them to display images in push notifications First I recommend that you check if the two or more profiles appear in the file `./projectName/platforms/ios/exportOptions.plist` after build,...

Something that I have forgotten to comment on is that I think it is necessary to have `Automatically manage signing` disabled (That's how I have it), although I'm not entirely...