Skip to content

Commit ce4476f

Browse files
committed
Fix IP example
1 parent e35f2bf commit ce4476f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/docs/connecting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Some embedded devices don't have DNS support and can only connect to static IPs.
6464

6565
```csharp
6666
var options = new HiveMQClientOptionsBuilder()
67-
.WithWebSocketServer("127.0.0.1:8000")
67+
.WithBroker("10.0.12.222:8000")
6868
.Build();
6969

7070
var client = new HiveMQClient(options);

0 commit comments

Comments
 (0)