You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* bumped swift-tools-version to 6.0
* bumped dependencies
* sendable conformance
* added async methods
* import NIOConcurrencyHelpers for LockedValueBox type
* added default description to PeerInfo
* regenerated proto files with latest lib (sendable conformance)
* removed unused comment / code
* fixed deprecation warnings and moved from .bytes to .byteArray
* fixed deprecation warnings and moved from .bytes to .byteArray
* added TODO comment
* migrated to swift-testing
* license
* formatting
* updated readme
Copy file name to clipboardExpand all lines: Sources/LibP2PCore/Network/Connection.swift
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ import PeerID
24
24
/// - Libp2p Connection ≈ Swift NIO Client (or maybe Libp2p Transport is more akin to the Client, and Channel is a parent wrapper that handles meta data surrounding the client, streams and peer)
0 commit comments