David Zhang

Results 4 issues of David Zhang

```go func (m *MultiUpdateMarchReply) MarshalToSizedBuffer(dAtA []byte) (int, error) { i := len(dAtA) _ = i var l int _ = l if len(m.SessionToken) > 0 { i -= len(m.SessionToken) copy(dAtA[i:],...

Hello, when use msgpack_pack() to pack an empty array, it is always treated as an array, but sometimes we want it to be treated as an empty map, just like...

enhancement

Hello, when I use msgpack_unpack() to unpack some data, it returns success and there's PHP Warning: [msgpack] (php_msgpack_unserialize) Extra bytes in a.php on line 4 Is there any way to...

#### Expected behavior Expect no error happens. #### Actual behavior #### Steps to reproduce 1. run the go example program 2. stop pulsar broker 3. observe the output of go...