nsqclient-php
nsqclient-php copied to clipboard
当subscribe接收到的message是中文时,unpack不能解包
Binary.php中,readString的for循环里,当$v小于等于0时,不做chr处理,导致中文出不来。
msg 里包含中文 Unicode 的话可以在使用前通过 \NSQClient\SDK::setStringPack(false);
来关闭字符 pack 功能