GreenWall

GreenWall

1M Downloads

[1.7.2] Flapping bridge channel when temporary connection fails

mrogaski opened this issue · 1 comments

commented

While looking into #101, I found an interesting bounce behavior when channels disappear shortly after creation. This should be covered by a hold-down.

    "2016-07-21 21:57:09 -- [debug/[email protected]:373(refresh_channels)] refreshing channels.", -- [96]
    "2016-07-21 21:57:09 -- [debug/[email protected]:118(is_configured)] number=5, name=МежгильдейскийКанал, password=Рубероид, cversion=1, stale=false", -- [97]
    "2016-07-21 21:57:09 -- [debug/[email protected]:126(is_connected)] checking number=5, name=МежгильдейскийКанал", -- [98]
    "2016-07-21 21:57:09 -- [debug/[email protected]:118(is_configured)] number=5, name=МежгильдейскийКанал, password=Рубероид, cversion=1, stale=false", -- [99]
    "2016-07-21 21:57:09 -- [debug/[email protected]:129(is_connected)] confirmed number=5, name=МежгильдейскийКанал", -- [100]
    "2016-07-21 21:57:09 -- [debug/[email protected]:126(is_connected)] checking number=0, name=", -- [101]
    "2016-07-21 21:57:09 -- [debug/[email protected]:118(is_configured)] number=0, name=, password=, cversion=0, stale=true", -- [102]
    "2016-07-21 21:57:09 -- [debug/[email protected]:333(GreenWall_OnEvent)] event occurred; event=CHANNEL_UI_UPDATE", -- [103]
    "2016-07-21 21:57:09 -- [debug/[email protected]:373(refresh_channels)] refreshing channels.", -- [104]
    "2016-07-21 21:57:09 -- [debug/[email protected]:118(is_configured)] number=5, name=МежгильдейскийКанал, password=Рубероид, cversion=1, stale=false", -- [105]
    "2016-07-21 21:57:09 -- [debug/[email protected]:126(is_connected)] checking number=5, name=МежгильдейскийКанал", -- [106]
    "2016-07-21 21:57:09 -- [debug/[email protected]:118(is_configured)] number=5, name=МежгильдейскийКанал, password=Рубероид, cversion=1, stale=false", -- [107]
    "2016-07-21 21:57:09 -- [debug/[email protected]:129(is_connected)] confirmed number=0, name=МежгильдейскийКанал", -- [108]
    "2016-07-21 21:57:09 -- [debug/[email protected]:171(join)] joining channel; channel=МежгильдейскийКанал, password=Рубероид", -- [109]
    "2016-07-21 21:57:09 -- [debug/[email protected]:188(join)] joined channel; number=5, name=МежгильдейскийКанал, password=Рубероид", -- [110]
    "2016-07-21 21:57:09 -- Connected to confederation on channel 5.", -- [111]
commented

Unable to reproduce.