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
85edd52e
Commit
85edd52e
authored
2 years ago
by
Jake Taylor
Browse files
Options
Downloads
Patches
Plain Diff
fix tests
parent
60418b4e
No related branches found
No related tags found
3 merge requests
!233
Modify restore to call user-defined bindings callback. Add Sent requests to...
,
!231
Revert "Update store to print changes to the partners list"
,
!222
Hotfix/dropped grp message
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
groupChat/receive.go
+2
-3
2 additions, 3 deletions
groupChat/receive.go
with
2 additions
and
3 deletions
groupChat/receive.go
+
2
−
3
View file @
85edd52e
...
@@ -42,9 +42,8 @@ func (m Manager) receive(rawMsgs chan message.Receive, stop *stoppable.Single) {
...
@@ -42,9 +42,8 @@ func (m Manager) receive(rawMsgs chan message.Receive, stop *stoppable.Single) {
stop
.
ToStopped
()
stop
.
ToStopped
()
return
return
case
receiveMsg
:=
<-
rawMsgs
:
case
receiveMsg
:=
<-
rawMsgs
:
jww
.
DEBUG
.
Printf
(
"Group message reception received cMix message on round %d (%d) sent by %s at %d."
,
jww
.
DEBUG
.
Printf
(
"Group message reception received cMix message on round %d (%d)."
,
receiveMsg
.
RoundId
,
receiveMsg
.
RoundTimestamp
.
Unix
(),
receiveMsg
.
RoundId
,
receiveMsg
.
RoundTimestamp
.
Unix
())
receiveMsg
.
Sender
.
String
(),
receiveMsg
.
Timestamp
.
Unix
())
// If given zero time, try to guesstimate roundTimestamp as right now
// If given zero time, try to guesstimate roundTimestamp as right now
if
receiveMsg
.
RoundTimestamp
.
Equal
(
time
.
Unix
(
0
,
0
))
{
if
receiveMsg
.
RoundTimestamp
.
Equal
(
time
.
Unix
(
0
,
0
))
{
...
...
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