I got a working connection to my server and getting items from a pubsub node works fine.
I tried adding an event handler like described in usage, but with a node as in item-published:<service>:<node> and nothing happens. The event doesn't ever fire and it seems like calling on doesn't do anything. The pubSubPlugin.listeners() result is empty and there is no network traffic indicating a subscription request to the server.
I got a working connection to my server and getting items from a pubsub node works fine.
I tried adding an event handler like described in usage, but with a node as in
item-published:<service>:<node>and nothing happens. The event doesn't ever fire and it seems like callingondoesn't do anything. ThepubSubPlugin.listeners()result is empty and there is no network traffic indicating a subscription request to the server.