• MQTT subscriptions stop working after broker restarts

    From Rick Parrish@VERT to GitLab issue in main/sbbs on Fri Aug 18 17:49:36 2023
    open https://gitlab.synchro.net/main/sbbs/-/issues/604

    If the MQTT broker restarts while Synchronet is running, then the subscriptions that should handle sbbs/+/node/+/input, sbbs/+/host/+/server/term/recycle, etc, stop working.

    From the bit I've read, it seems like two suggested solutions are:

    1) Don't use clean sessions, so subscriptions are remembered after reconnecting, or
    2) Move subscription calls to the connect callback, so they're re-subscribed after reconnecting

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rick Parrish@VERT to GitLab note in main/sbbs on Sun Aug 20 13:55:36 2023
    https://gitlab.synchro.net/main/sbbs/-/issues/604#note_3821

    Added a merge request with a potential fix, using a connect callback handler.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to GitLab note in main/sbbs on Thu Aug 31 18:29:07 2023
    https://gitlab.synchro.net/main/sbbs/-/issues/604#note_3850

    This issue appears to be fixed with Rick's commit.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to GitLab issue in main/sbbs on Thu Aug 31 18:29:07 2023
    close https://gitlab.synchro.net/main/sbbs/-/issues/604

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net