Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

wildcard subscribe issue #78

Open
junzoutech opened this issue Feb 3, 2016 · 1 comment
Open

wildcard subscribe issue #78

junzoutech opened this issue Feb 3, 2016 · 1 comment

Comments

@junzoutech
Copy link

Hello,

I would like to subscribe to a wildcard wamp topic (i.e. "*"). I am using SubscriptionFlags.Wildcard with a topic name of empty string "". (see the code below). But the msg was not received.

Could you give me some idea and example code (preferred) on how the wildcard subscription would work? Thanks

----code-----
wampclient.makeSubscription("", SubscriptionFlags.Wildcard, String.class)
.observeOn(rxScheduler)
.subscribe(new Action1() {
@OverRide
public void call(String eventDetails) {
LOG.debug("event for 'onhello' received: " + eventDetails.toString());
}
});

BTW, another subscribe API shown as below does not work either.
wampclient..makeSubscription("", SubscriptionFlags.Wildcard, String.class);

Regards,
Jun

@junzoutech
Copy link
Author

hello,

The ticket I submitted has been 7 days. Could somebody respond to it? Thanks

Regards
Jun

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant