hprose / hprose-php

Hprose is a cross-language RPC. This project is Hprose 3.0 for PHP
MIT License
1.97k stars 390 forks source link

使用hprose-swoole WebSocketClient 链接Go WebsocketServer 报错 #95

Open alonexy opened 5 years ago

alonexy commented 5 years ago
Uncaught ErrorException: unpack(): Type N: not enough input, need 4, have 0 in .../vendor/hprose/hprose-swoole/src/Hprose/Swoole/WebSocket/Client.php:174

174 行

list(, $id) = unpack('N', substr($data, 0, 4));
andot commented 5 years ago

看上去像是服务器并没有返回数据。

alonexy commented 5 years ago

go 写的wsClient 并没有这个问题 😂