## 🐛 Bug Report When subscribing to a topic once normal and once as shared, the incoming messages are notified twice for each subscription. ## 🔬 How To Reproduce Subscribe to topics: * `myTopic` * `$shared/group1/myTopic` Send message on topic `myTopic` Each subscription will be notified twice. ## 📈 Expected behavior Expected would be on invocation of each subscription. ## 📎 Additional context Version: 1.3.3