client: remove cache responses

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2020-11-06 00:25:09 +03:00
parent c92add984c
commit 72bbbe3817
5 changed files with 0 additions and 181 deletions

View File

@@ -202,6 +202,4 @@ func (n *noopClient) Publish(ctx context.Context, p Message, opts ...PublishOpti
Header: md,
Body: body,
}, broker.PublishContext(options.Context))
return nil
}