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
{{ message }}
This repository was archived by the owner on Jan 21, 2020. It is now read-only.
With regard to event subscribe, topics that is not subscribed are also delivered from the server.
For example, / timer / sec / 10 and / timer / sec / 100 are also subscribed if I subscribe / timer / sec / 1.
This is because go-radix does a string-level search that does not treat / specially.