Closed wevanscfi closed 7 years ago
Added on connect event to the getData() method to emit after robot.brain is ready to accept read/writes
Usage
class System constructor: (robot) -> robot.brain.on 'connected', -> do startupActionNeedingRedis
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Added on connect event to the getData() method to emit after robot.brain is ready to accept read/writes
Usage