#70 MQTT: Subscribers outputting "Client not connected to broker"

1.0.0.0: EoN
closed
hermsen
None
2020-10-15
2020-10-09
i-campbell
No

IS: Because we do not unsubscribe before disconnecting, we get a Subscriber.xError and eMQTTError := Client not connected to broker.
Should: unsubscribe before disconnecting.

Discussion

  • i-campbell

    i-campbell - 2020-10-09
    • Owner: aliazzz --> h-hermsen
     
  • hermsen

    hermsen - 2020-10-10
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,2 +1,2 @@
     IS: Because we do not unsubscribe before disconnecting, we get a Subscriber.xError and eMQTTError := Client not connected to broker.
    -Should: unsubscribe before disconnecting
    +Should: unsubscribe before disconnecting.
    
     
  • hermsen

    hermsen - 2020-10-15
    • labels: MQTT -->
    • status: open --> closed
     

Log in to post a comment.