update deps

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2021-04-10 01:30:23 +03:00
parent 0bc05ddffc
commit c7dfa3adca
8 changed files with 306 additions and 291 deletions

View File

@@ -143,7 +143,7 @@ func TestGRPCClient(t *testing.T) {
ctx, cancel := context.WithTimeout(context.Background(), 500*time.Millisecond)
defer cancel()
req := c.NewRequest("helloworld", "Test.Stream", &pb.Request{}, client.StreamingRequest())
req := c.NewRequest("helloworld", "Test.Stream", &pb.Request{}, client.StreamingRequest(true))
stream, err := c.Stream(ctx, req)
if err != nil {
t.Fatal(err)