|
|
|
|
|
by rar_ram
3874 days ago
|
|
> Messages are not guaranteed to be delivered, if the client is running behind on processing messages, newer messages could be dropped. > Messages are not stored until they are delivered, if no client is available to receive the message, then it is dropped without being sent anywhere. Not sure in which use cases can I use this ? Doesn't this defeat the purpose of having a message queue. |
|
Similar to the old question, "if a tree falls in the woods and no one is there to hear it does it make a sound?" Yes; similarly Mist will send a message whether or not anyone is listening, and will keep sending them whether or not the client is prepared to handle them.