Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
丁松杰
/
Pole
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
19eb4caf
authored
Mar 12, 2020
by
dingsongjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
完善错误消息
parent
6e9e80bc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
src/Pole.Sagas.Client/NotEndedSagasCompensateRetryBackgroundService.cs
src/Pole.Sagas.Client/NotEndedSagasCompensateRetryBackgroundService.cs
View file @
19eb4caf
...
...
@@ -43,7 +43,7 @@ namespace Pole.Sagas.Client
}
catch
(
Exception
ex
)
{
logger
.
LogError
(
ex
,
"Errors in GRPC"
);
logger
.
LogError
(
ex
,
"Errors in GRPC
GetSagas
"
);
}
finally
{
...
...
@@ -56,7 +56,6 @@ namespace Pole.Sagas.Client
{
using
(
var
stream
=
sagaClient
.
GetSagas
(
new
Pole
.
Sagas
.
Server
.
Grpc
.
GetSagasRequest
{
Limit
=
options
.
PreSagasGrpcStreamingResponseLimitCount
,
ServiceName
=
options
.
ServiceName
}))
{
while
(
await
stream
.
ResponseStream
.
MoveNext
(
cancellationToken
))
{
if
(
stream
.
ResponseStream
.
Current
.
IsSuccess
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment