Google Pub/Sub sending to only one subscription every ~5 messages
问题 I've made 3 clients connected to a subscription, and one publisher. In the image 2 of the subscriptions are on the terminal, and one subscription is not seen as it is hosted on a DigitalOcean Droplet. It seems every 5 messages, it switches which subscriber actually receives the message, which should not happen. I've also varied the speed and it's always about 5 messages. Here is the code used on all clients for subscriptions: sub.on("message", (msg) => { console.log(`Message:1 ${msg.data