feat: new cluster forming protocoll
This commit is contained in:
@@ -23,8 +23,8 @@ async function main() {
|
||||
await runExamples(client);
|
||||
} else {
|
||||
console.log('❌ No nodes discovered yet.');
|
||||
console.log('💡 Start the backend server and send CLUSTER_DISCOVERY messages');
|
||||
console.log('💡 Use: npm run test-discovery broadcast');
|
||||
console.log('💡 Start the backend server and send CLUSTER_HEARTBEAT messages');
|
||||
console.log('💡 Use: npm run test-heartbeat broadcast');
|
||||
return;
|
||||
}
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user