@@ -38,7 +38,7 @@ async def fetch_mqtt():
hostname='10.55.0.106',
port=1883,
) as client:
await client.subscribe('#')
await client.subscribe('iot/12ser/#')
async for message in client.messages:
loop = asyncio.get_event_loop()
loop.create_task(process_mqtt(message))
The note is not visible to the blocked user.