nsqclient-php icon indicating copy to clipboard operation
nsqclient-php copied to clipboard

当subscribe接收到的message是中文时,unpack不能解包

Open songqii opened this issue 5 years ago • 1 comments

Binary.php中,readString的for循环里,当$v小于等于0时,不做chr处理,导致中文出不来。

songqii avatar Jun 20 '19 05:06 songqii

msg 里包含中文 Unicode 的话可以在使用前通过 \NSQClient\SDK::setStringPack(false); 来关闭字符 pack 功能

moolex avatar Jun 20 '19 06:06 moolex