Add client response
This commit is contained in:
@@ -12,7 +12,7 @@ type rpcResponse struct {
|
||||
codec codec.Codec
|
||||
}
|
||||
|
||||
func (r *rpcResponse) Codec() codec.Writer {
|
||||
func (r *rpcResponse) Codec() codec.Reader {
|
||||
return r.codec
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user