kblinichkin 7053340b9f fix: avoid enrChangeCh panic on Stop() timeout and make stopWithTimeout a method
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>
2026-06-16 17:32:45 -05:00
..
2026-05-18 12:14:54 +05:30
2025-10-03 23:51:21 +01:00
2024-11-29 12:25:55 -04:00