Skip to content

Hubs not broadcasting and/or observing #1926

Answered by laurensvalk
Cervesi asked this question in Q&A
Discussion options

You must be logged in to vote
hub = InventorHub()
hub = InventorHub(broadcast_channel = 1)
hub = InventorHub(observe_channels = [2])

Are these different tests or all in one script? This doesn't seem right.

You'd want just one hub initializer, like so:

hub = InventorHub(broadcast_channel=1, observe_channels = [2])

And for the other hub:

hub = InventorHub(broadcast_channel=2, observe_channels = [1])

Could you try again after updating as above?

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Cervesi
Comment options

@laurensvalk
Comment options

Answer selected by Cervesi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants