By Bob Evens on Tuesday, 25 February 2020
Posted in Support
Likes 0
Views 1.5K
Votes 0
I have a Wamp2 client that connects to a Wamp server, and now need to subscribe to a topic using wildcards. Looking at the manual (p169-170), the Wamp2 client subscribe method should have three paramters, Request, Options and Topic. However, when I try to write the subscribe code, it appears that the subscribe method only has two parameters, Topic and RequestId. I need the Options parameter to explicitly state that I am using wild card matching, so it needs to have a value like {"match":"wildcard"}. Is the manual wrong, the component wrong, or is there some other way to supply values for the Options parameter?
View Full Post