You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wildcard subscriptions to a topic prefix, like account.* work fine, but how can I subscribe to all events? I tried hub.Susbcribe(1, "*"), but apparently that doesn't work.
The text was updated successfully, but these errors were encountered:
Hi!
Sorry for the delay.
The * is an alias for only one word, I need to add the support for an alias to one or more words (#).
For now, you need to add *, *.*, *.*.*, and so on...
Wildcard subscriptions to a topic prefix, like
account.*
work fine, but how can I subscribe to all events? I triedhub.Susbcribe(1, "*")
, but apparently that doesn't work.The text was updated successfully, but these errors were encountered: