Skip to content

Commit

Permalink
Merge branch 'master/7.0' of github.com:orlandos-nl/MongoKitten into …
Browse files Browse the repository at this point in the history
…master/7.0
  • Loading branch information
Joannis committed Aug 14, 2022
2 parents ba24f0e + 6c813b2 commit c82d7be
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,15 @@ A fast, pure swift [MongoDB](https://mongodb.com) driver based on [Swift NIO](ht

[Read the Docs](https://orlandos.nl/docs/mongokitten/) at our sponsor's website.

[Browse the API reference](https://swiftinit.org/reference/mongokitten) on Swiftinit.

### Projects

A couple of MongoKitten based projects have arisen, check them out!

- [Fluent MongoDB](https://github.com/vapor/fluent-mongo-driver)
- [MongoDB Queues](https://github.com/vapor-community/queues-mongo-driver)
- [MongoQueue](https://github.com/orlandos-nl/MongoQueue)
- [Vapor's Fluent + MongoDB](https://github.com/vapor/fluent-mongo-driver)
- [MongoDB + Vapor Queues](https://github.com/vapor-community/queues-mongo-driver)

# 🤝 How to help

Expand Down
4 changes: 3 additions & 1 deletion Sources/MongoClient/Connection.swift
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,9 @@ public final actor MongoConnection: @unchecked Sendable {
self.lastHeartbeat = MongoHandshakeResult(sentAt: sent, handshake: result)
return result
}

// `@inline(never)` needed due to the llvm coroutine splitting issue
// `https://github.com/apple/swift/issues/60380`.
@inline(never)
public func authenticate(
clientDetails: MongoClientDetails?,
using credentials: ConnectionSettings.Authentication,
Expand Down

0 comments on commit c82d7be

Please sign in to comment.