-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Feat/self.gui.connected #2682
Feat/self.gui.connected #2682
Conversation
Voight Kampff Integration Test Succeeded (Results) |
Looks nice and simple! Will test it properly tonight or tomorrow Two things:
|
Nice! Are you guys still trying to maintain anything like this list of messages that traverse the messagebus? I never loved using a Google Sheet for this (outside of the repo), but having something like this seems useful. |
Hey @penrods I have moved that list of message types to the public documentation and trying to keep it updated there instead: It's a good point that we need to add in the |
because of message context, needs to use .reply for proper targeting/hivemind routing, but i would argue that message.response should be refactored to use this internally |
It can't always do that, since it is sometimes used within a service (I did change it briefly when merging your updates for the reply but it broke things severely when chained messages were emitted). I do think we should have an optional reply flag to the response however. For now can maybe we can change the response message type to match the default response? |
Voight Kampff Integration Test Succeeded (Results) |
Should also have said, beyond the little question above, I think this is great. Definitely going to be needed very soon. |
Voight Kampff Integration Test Succeeded (Results) |
i already need it xD |
Voight Kampff Integration Test Failed (Results) |
Voight Kampff Integration Test Succeeded (Results) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Working great 👍
Allows skill to check if some gui is connected
goes well together with #2660
see https://github.com/JarbasSkills/skill-dagon/blob/cps_media/__init__.py#L96 or https://github.com/JarbasSkills/skill-euronews/blob/feat/cps_media/__init__.py#L119 for usage