You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this example, node one has an outdated version of the system, or is a malicious node. When it tries to publish fruit, the messages are re-shared and all the nodes share the message. However, when it tries to publish a vehicle the message is not re-shared.
106
106
107
107
```JavaScript
108
108
for (constfruitof ['banana', 'apple', 'car', 'orange']) {
109
109
console.log('############## fruit '+ fruit +' ##############')
0 commit comments