Quantcast
Channel: Ignite Realtime: Message List
Viewing all articles
Browse latest Browse all 12162

Re: node.getSubscriptions() does not return all users who are subscribed to the pubsub node

$
0
0

On line number 228 in Node.java

SubscriptionsExtension subElem = (SubscriptionsExtension) reply.getExtension(PubSubElementType.SUBSCRIPTIONS);

 

where

PubSubElementType.SUBSCRIPTIONS("subscriptions", PubSubNamespace.BASIC),

 

But for getSubscriptionsAsOwner it should have been

SUBSCRIPTIONS("subscriptions", PubSubNamespace.OWNER),

 

I guess thats why subElem is null.


Viewing all articles
Browse latest Browse all 12162

Trending Articles