Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
MKCLOS
Core Development Platform
corepkgv2
Commits
1b9164a6
Commit
1b9164a6
authored
4 years ago
by
Vikram Ingawale
Browse files
Options
Downloads
Patches
Plain Diff
GRPC : connection timeout issue fix added
parent
27b7491b
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!180
Mep release 07042020
,
!176
GRPC : connection timeout issue fix added
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
grpcclientmdl/grpcclientmdl.go
+1
-0
grpcclientmdl/grpcclientmdl.go
with
1 addition
and
0 deletions
grpcclientmdl/grpcclientmdl.go
+
1
−
0
View file @
1b9164a6
...
...
@@ -49,6 +49,7 @@ func ByteHandler(req *grpcbuildermdl.GRPCRequest, grpcServerURL string) ([]byte,
loggermdl
.
LogError
(
"Failed to create gRPC pool: %v"
,
err
)
return
nil
,
0
,
""
,
err
}
defer
conn
.
Close
()
client
:=
grpcbuildermdl
.
NewGRPCServiceClient
(
conn
.
ClientConn
)
res
,
err
:=
client
.
GRPCHandler
(
context
.
Background
(),
req
)
if
err
!=
nil
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets