Skip to content

Commit

Permalink
[FIX] Fixed web link (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
x-0o0 authored Apr 16, 2024
1 parent e02e237 commit b56887a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/MQTTNIO/MQTTNIO.docc/mqttnio.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ try await client.publish(
)
```

MQTTClient supports both Swift concurrency and SwiftNIO `EventLoopFuture`. The above examples use Swift concurrency but there are equivalent versions of these functions that return `EventLoopFuture`s. You can find out more about Swift NIO and `EventLoopFuture` [here](https://apple.github.io/swift-nio/docs/current/NIOCore/Classes/EventLoopFuture.html).
MQTTClient supports both Swift concurrency and SwiftNIO `EventLoopFuture`. The above examples use Swift concurrency but there are equivalent versions of these functions that return `EventLoopFuture`s. You can find out more about Swift NIO and `EventLoopFuture` [here](https://swiftpackageindex.com/apple/swift-nio/main/documentation/niocore/eventloopfuture).

## Topics

Expand Down

0 comments on commit b56887a

Please sign in to comment.