octoblu / meshblu

Meshblu is a cross-protocol IoT machine-to-machine messaging system.
https://meshblu.readme.io/
MIT License
816 stars 181 forks source link

Issues about "broadcast message" in WebSocket with Meshblu 4.0.1 #141

Open cydemily opened 7 years ago

cydemily commented 7 years ago

Hello, I met below issues on “broadcast messages” function in WebSocket protocol by using Meshblu 4.0.1 instead of Meshblu 1.18.4.

Test scenario:

  1. Register device#1 and device#2 with WebSocket protocol.
  2. Device#2 subscribes device#1, and set it online.
  3. Set device#1 online, and broadcast a message.
  4. Observe that device#2 received two duplicated messages from device#1.

2

Is this a bug or new feature? @chrismatthieu