Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elixxir
client
Commits
83a501e6
Commit
83a501e6
authored
2 years ago
by
Benjamin Wenger
Browse files
Options
Downloads
Patches
Plain Diff
fixed a crash an updated bindings docs
parent
6bd2f79f
No related branches found
No related tags found
3 merge requests
!510
Release
,
!226
WIP: Api2.0
,
!207
WIP: Client Restructure
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
auth/receivedConfirm.go
+3
-1
3 additions, 1 deletion
auth/receivedConfirm.go
bindings/connect.go
+1
-1
1 addition, 1 deletion
bindings/connect.go
with
4 additions
and
2 deletions
auth/receivedConfirm.go
+
3
−
1
View file @
83a501e6
...
...
@@ -98,7 +98,9 @@ func (rcs *receivedConfirmService) Process(msg format.Message,
"%s : %+v"
,
rcs
.
GetPartner
(),
receptionID
.
Source
,
err
)
}
rcs
.
s
.
backupTrigger
(
"received confirmation from request"
)
if
rcs
.
s
.
backupTrigger
!=
nil
{
rcs
.
s
.
backupTrigger
(
"received confirmation from request"
)
}
// remove the service used for notifications of the confirm
state
.
net
.
DeleteService
(
receptionID
.
Source
,
rcs
.
notificationsService
,
nil
)
...
...
This diff is collapsed.
Click to expand it.
bindings/connect.go
+
1
−
1
View file @
83a501e6
...
...
@@ -55,7 +55,7 @@ func (c *Client) Connect(recipientContact []byte, myIdentity []byte) (
// E2ESendReport is the bindings representation of the return values of SendE2E
// Example E2ESendReport:
//
{"RoundList":
{"Rounds":[1,5,9]
}
,
// {"Rounds":[1,5,9],
// "MessageID":"51Yy47uZbP0o2Y9B/kkreDLTB6opUol3M3mYiY2dcdQ=",
// "Timestamp":1653582683183384000}
type
E2ESendReport
struct
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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