mycroft-core/mycroft/messagebus/client
Åke Forslund 10e4660e3e Add some safety to remove_all_listers
The same websocket client object is often used between many different
parts of the software. (for example skills) This will reduce the risk
that all listeners are removed for all events by mistake. It it still
possible toi do this by calling
`WebsocketClient.ws.remove_all_listers()` if there would be need for
this mechanism.
2017-06-29 08:09:23 +02:00
..
__init__.py Fixed Missing License Headers on All Files. 2016-05-26 11:16:13 -05:00
ws.py Add some safety to remove_all_listers 2017-06-29 08:09:23 +02:00