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
Some messages (e.g. goby::middleware::intervehicle::modem_subscription_forward_tx) are critical that there's a subscriber(s) (in this case from the InterVehiclePortal) before we publish our message.
Right now we have a "sleep" after the hold is released (after all required subscriptions) to allow for the subscriptions to flow through the system.
It would be better to notify the application upon subscriptions in some fashion so that we can buffer any "required" publications until we have a subscription.
The text was updated successfully, but these errors were encountered:
Some messages (e.g. goby::middleware::intervehicle::modem_subscription_forward_tx) are critical that there's a subscriber(s) (in this case from the InterVehiclePortal) before we publish our message.
Right now we have a "sleep" after the hold is released (after all required subscriptions) to allow for the subscriptions to flow through the system.
It would be better to notify the application upon subscriptions in some fashion so that we can buffer any "required" publications until we have a subscription.
The text was updated successfully, but these errors were encountered: