@@ -903,7 +903,6 @@ def connect_mqtt():
keepalive=30,
)
client.set_callback(on_message)
client.sock.settimeout(15)
client.connect()
client.sock.settimeout(0)
client_ref = client
The note is not visible to the blocked user.