Why am I not receiving my pubsub messages?

I have finally gotten a pubsub node created such that a second user can successfully subscribe to the node. Unfortunately, the second user doesn’t actually receive any of the events that are published by user 1. Am I missing something? I thought I would just have to have the second user subscribe and they would receive the events on the registered listener.

The first user is both sending and receiving the events.

Any help would be appreciated.

Any update to this post, I am having the same issue.

-Dennis

Yes, I found out that I was missing one configuration setting in the node (deliver_notifications) and the to field for the packet has to be set to “**pubsub.**your.server”.

Now if only I could get the items to persist.