mirror of
https://github.com/logos-messaging/logos-delivery-go.git
synced 2026-06-28 17:19:30 +00:00
Address review on #1306: - Only close enrChangeCh once wg.Wait() completes; on timeout leave it open to avoid a send-on-closed-channel panic from still-running node goroutines. - Convert stopWithTimeout to a *WakuNode method using w.log (per review). - Reword the cancel comment to not reference a non-existent processLoop symbol. Signed-off-by: kblinichkin <kirill.blinichkin@gmail.com>