Cayol Blake
Cayol Blake
Is it possible to build a WebSockets client utilizing the C++20 coroutines? If that's the case, would it be so much to ask for an example?
Hello, Is it possible to have `workerman` running `laravel` framework and serving all its requests? What should be done to do so?
Hi @walkor I understand that to use Swoole's coro I have to set using Swoole's event loop. I do not want that, just Workerman while still using Swoole's coro, while...
Hi @walkor Does `workerman` support creating UNIX socket servers?
Hello @walkor On the same machine I can get up to 200k req/s for `workerman` HTTP server, however I cannot get more than `28,232` for WebSocket simple echo server! 🤔...
Hello @walkor What is exactly happening when I set `$eventLoopClass` to `Workerman\Events\Swoole` and use the following in `onMessage`? How come Swoole's coroutines working without issues ?! 🤔 ``` $http_worker->onMessage =...
### Issue Description After installing `nativescript` and creating a scaffold `myCoolApp` through tutorial from https://docs.nativescript.org/#overview-of-nativescript-development I can NEVER run the app. ### Reproduction ``` npm install -g nativescript ns create...
**What would you like to be added**: 1. Have a pre-configure/pre-initialized connection pool established with endpoints/backend. 2. For each pre-configured period of time, as a sort of headbeat, do a...
**What would you like to be added**: Allow utilizing multiple buckets as backend storage. #============= **Why is this needed**: 1. Workaround rate limits for many providers which is applied on...
**What would you like to be added**: Support for modern/lightweight stream ciphers like Chacha20 beside current support of AES. **Why is this needed**: ChaCha20 takes a 256-bit key and a...