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 has been archived by the owner on Apr 30, 2019. It is now read-only.
A topic for an endpoint is not created until the endpoint publishes it's first message, so another endpoint can't subscribe until after a message has been published by the endpoint.
This means you have to jump through hoops to set-up subscriptions or risk losing messages (because an endpoint wasn't able to subscribe).
If an endpoint is a publisher, it should probably ensure it's topic exists when it starts up.
The text was updated successfully, but these errors were encountered:
A topic for an endpoint is not created until the endpoint publishes it's first message, so another endpoint can't subscribe until after a message has been published by the endpoint.
This means you have to jump through hoops to set-up subscriptions or risk losing messages (because an endpoint wasn't able to subscribe).
If an endpoint is a publisher, it should probably ensure it's topic exists when it starts up.
The text was updated successfully, but these errors were encountered: