Refactoring

This commit is contained in:
2023-12-12 10:02:45 +03:00
parent 08a7c9c04f
commit 309da64677
4 changed files with 7 additions and 33 deletions

View File

@@ -54,6 +54,7 @@ type Messenger struct {
func (m *Messenger) Start(ctx context.Context, wg *sync.WaitGroup) {
defer wg.Done()
defer close(m.FailNodesCh)
for {
select {