diff --git a/client.go b/client.go index 7dec3d4d..d35d6b9a 100644 --- a/client.go +++ b/client.go @@ -217,6 +217,7 @@ func (c *Client) ExchangeBuffer(inbuf []byte, a string, outbuf []byte) (n int, e if n, err = w.writeClient(inbuf); err != nil { return 0, err } + //Why cant we set the buf here?? TODO(MG) if n, err = w.readClient(outbuf); err != nil { return n, err }