-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't block in rmw_init checking for the router. (#308)
* Don't block in rmw_init checking for the router. It is much cleaner to just have rmw_init return without looping, so we switch to only checking for the router without waiting. However, if we don't find a router, warn the user. It still works to start a publisher and subscription, then start the router; they'll connect at that point. Signed-off-by: Chris Lalancette <[email protected]>
- Loading branch information
1 parent
e29ac6d
commit 3d771c8
Showing
3 changed files
with
19 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters