Nick Gu

Results 4 comments of Nick Gu

> @JesseStutler > ``` > type Call struct { > Seq uint64 > ServiceMethod string // format "." > Args interface{} // arguments to the function > Reply interface{} //...

> @4ttenji > > @sam-lc > > ``` > > func NewGobCodec(conn io.ReadWriteCloser) Codec { > > buf := bufio.NewWriter(conn) > > return &GobCodec{ > > conn: conn, > >...

This should be expected behavior at this point? Because the hash function actually assumes that the key type should be a value type (or a struct without pointers). The `string`...