Thomas Zhou
Thomas Zhou
Yeah, the goaop/framework version is 2.3.1 and the PHP version is 7.1.23. More details about the exception stack trace: ``` Stack trace: #0 vendor/nikic/php-parser/lib/PhpParser/NodeTraverser.php(200): Go\Instrument\Transformer\SelfValueVisitor->enterNode(Object(PhpParser\Node\Stmt\Namespace_)) #1 vendor/nikic/php-parser/lib/PhpParser/NodeTraverser.php(91): PhpParser\NodeTraverser->traverseArray(Array) #2 vendor/goaop/framework/src/Instrument/Transformer/SelfValueTransformer.php(32):...
@applerao Yeah, good question. First of all, the gate server in the chatofpomelo, is a demo to describe the architecture and strategy . In fact, it could be a cluster...
I have the same issue as https://github.com/aws/aws-sdk-js-v3/issues/5435#issuecomment-1854878590. It failed at handling fn = `aws.partition`. ### Investigation I can see the `aws.partition` is set up at https://github.com/aws/aws-sdk-js-v3/blob/main/packages/util-endpoints/src/aws.ts#L13 The logic is supposed...
对于不支持的环境下,pomelo-admin-web对应的页面不可用。在下一版本会对web升级,只呈现支持的管理页面。
不可以,pomelo通讯采用的序列化协议是json,不能把buffer进行序列化。如果需要传递,可以考虑将buffer里的byte数据进行base64编码,在客户端再还原成原来的byte数据。
What the version of node and pomelo?
看来这个问题还是比较普遍的。我在本地测试node 0.8.16和pomelo 0.3.5是正常的。 有问题的tx帮忙看一下本机的127.0.0.1:3010端口是否已经在监听?
那估计是game-server启动挂了,可以看到什么异常日志么
pomelo的版本是0.3.几呢?升级到0.3.5看看?
node 0.10.0版本的升级我们正在调试,应该很快会有相应的版本更新出来 :)