diff --git a/example.py b/example.py index 8163c84..c67d54b 100644 --- a/example.py +++ b/example.py @@ -43,7 +43,7 @@ async def main(): # Wrap it to create an asyncronous version client = AsyncClient(sync_client, nursery) # Connect to the broker, and subscribe to the topic - client.connect("mqtt.eclipse.org", 1883, 60) + client.connect("mqtt.eclipseprojects.io", 1883, 60) client.subscribe(topic) # Start the reader