-
Hello developer,
I'm a Caddy2 beginner and was able to successfully establish a WebSocket using an online testing tool at http://www.easyswoole.com/wstool.html with the testing URL at ws://test.tai…
-
异常文件:/var/www/vendor/easyswoole/oss/src/AliYun/OssClient.php
异常行数:2946
异常信息:iconv(): Wrong charset, conversion from `GBK' to `UTF-8//IGNORE' is not allowed
-
用java写了个socket客户端是不是没法连接这个
-
请教下,接触到一个多租户的项目,根据管理员所属租户,需要动态切换到不同数据库,请问可以在中间件里实现么
-
Working with AWS Secrets Manager, it's really simple to inject env vars that are JSON objects containing multiple properties.
It would be great to extend easy-swoole to support such things out of the…
-
https://github.com/lxzan/gws/blob/master/reader.go#L111C6-L111C6
` if fin && opcode != OpcodeContinuation {
return c.emitMessage(&Message{index: index, Opcode: opcode, Data: bytes.NewBuffer(p)}, c…
-
-
This Error occurs from time to time:
```
#0 Swoole\Coroutine\MySQL->connect() called at [vendor/easyswoole/mysqli/src/Client.php:110]
#1 EasySwoole\Mysqli\Client->connect() called at [vendor/eas…
-
-
如JSON RPC 服务、gRPC 服务、服务注册、服务熔断降级、限流、配置中心、调用链追踪、监控这些。
因为现在企业都引入微服务的设计理念,框架层面如果能提供这些服务的实现,或者客户端。能大大提高开发效率。可以参考PHP的SWOFT EASYSWOOLE之类的框架,都有相关的支持。成为了全栈框架。