feat(cluster): use node/discovered event to update memberlist
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user