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
Hub is a basic publish/subscribe broker based on topics. It is essentially a map of strings to channels. Subscribing to a topic will return an read only channel to that topic.