Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugs/en 2588 fix direct sender #229

Merged
merged 6 commits into from
Jun 24, 2019
Merged

Conversation

iulianpascalau
Copy link
Contributor

No description provided.

@iulianpascalau iulianpascalau self-assigned this Jun 24, 2019
@iulianpascalau iulianpascalau added the type:bug Something isn't working label Jun 24, 2019
go func() {
err := ds.Send(topic, buff, peer)
if err != nil {
log.Debug(err.Error())
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would change this to log.Info to see if we still have some errors here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changed to log.Info

@ccorcoveanu ccorcoveanu self-requested a review June 24, 2019 17:35
return netMes.ds.Send(topic, buff, peerID)
netMes.ds.SendAsync(topic, buff, peerID)

return nil
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we still need the error?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not quite. It just satisfy the interface.

@iulianpascalau iulianpascalau merged commit 0543638 into master Jun 24, 2019
@iulianpascalau iulianpascalau deleted the bugs/EN-2588-fix-direct-sender branch June 24, 2019 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants