diff options
author | Wim <wim@42.be> | 2017-02-14 21:12:02 +0100 |
---|---|---|
committer | Wim <wim@42.be> | 2017-02-14 21:12:02 +0100 |
commit | 163f55f9c27e9e8a75774424d22598799e8306c6 (patch) | |
tree | 5c84a9443dfce24d98b4bd466f066efa8faae211 /bridge/config/config.go | |
parent | 2d16fd085e91eb31264f7ff6e8cce76f79f0445b (diff) | |
download | matterbridge-msglm-163f55f9c27e9e8a75774424d22598799e8306c6.tar.gz matterbridge-msglm-163f55f9c27e9e8a75774424d22598799e8306c6.tar.bz2 matterbridge-msglm-163f55f9c27e9e8a75774424d22598799e8306c6.zip |
Refactor to handle disconnects/reconnects better.
Now try to reconnect every 60 seconds until forever.
Diffstat (limited to 'bridge/config/config.go')
-rw-r--r-- | bridge/config/config.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bridge/config/config.go b/bridge/config/config.go index ac3e939b..811c97ae 100644 --- a/bridge/config/config.go +++ b/bridge/config/config.go @@ -10,6 +10,7 @@ import ( const ( EVENT_JOIN_LEAVE = "join_leave" + EVENT_FAILURE = "failure" ) type Message struct { |