waku-org/go-waku

View on GitHub
examples/chat2-reliable/reliability.go

Summary

Maintainability
A
2 hrs
Test Coverage

Chat has 21 methods (exceeds 20 allowed). Consider refactoring.
Open

func (c *Chat) initReliabilityProtocol() {
    c.wg.Add(4)
    c.setupMessageRequestHandler()

    go c.periodicBufferSweep()
Severity: Minor
Found in examples/chat2-reliable/reliability.go - About 2 hrs to fix

    Your code does not pass gofmt in 1 place. Go fmt your code!
    Open

    package main

    There are no issues that match your filters.

    Category
    Status