MessagingService Guarantees

I am aware that MessagingService isn’t guaranteed delivery, but does this mean only across separate servers, or all messages?

To rephrase my question, if I SubscribeAsync to a certain topic and PublishAsync to that same topic within the same server I’m subscribed to it, is the message guaranteed?

Thanks in advance.

2 Likes

Bumping since this question hasn’t been answered for 3 days.

I don’t think anyone has tested this yet, but if I were to guess, then I think that the message can still fail to be delivered.

If you want to make it 100% sure that the same server will receive the message, try using BindableEvents too.