supermario1990

Results 7 issues of supermario1990

ios 安卓 pc端的客户端在哪里下载?目前下载连接无效

我把example中的例子改成下面这样为啥就跑不通了呢?希望鸟哥解惑下 ``` encoderConfig := goframe.EncoderConfig{ ByteOrder: binary.BigEndian, LengthFieldLength: 2, LengthAdjustment: -2, LengthIncludesLengthFieldLength: false, } decoderConfig := goframe.DecoderConfig{ ByteOrder: binary.BigEndian, LengthFieldOffset: 0, LengthFieldLength: 2, LengthAdjustment: -2, InitialBytesToStrip: 0, } ```

```python from nanomsg import Socket, PAIR, SOL_SOCKET, RCVTIMEO import time s1 = Socket(PAIR) s1.recv_timeout = 100 s1.connect('tcp://127.0.0.1:9099') ``` s1.recv_timeout = 100

I updated nebula server from 3.2.0 to 3.4.1, when I use nebula-go client(3.4.0), I can not query anything. while when I use python client(3.4.0), I can query the right results

type/question

之前看过作者的go专家编程,感觉受益匪浅。希望此书也有机会出版