feat(cluster): use node/discovered event to update memberlist

This commit is contained in:
2025-09-29 22:50:19 +02:00
parent dbb3b5bfd3
commit 66e1605731
4 changed files with 18 additions and 18 deletions

View File

@@ -56,7 +56,7 @@ ws.on('open', () => {
ws.on('message', (data) => {
// Optionally throttle logs: comment out for quieter output
// console.log('WS:', data.toString());
//console.log('WS:', data.toString());
});
ws.on('error', (err) => {