Skip to content

Commit 131e7d3

Browse files
Merge pull request #100 from ably/47-remove-RTO15-TODO
Remove RTO15 TODO
2 parents ec81481 + 7694789 commit 131e7d3

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

AblyLiveObjects.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.resolved

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ let package = Package(
2121
.package(
2222
url: "https://github.com/ably/ably-cocoa",
2323
// TODO: Unpin before next release
24-
revision: "25d8ef094290aed4571c878da44b9c293b9f8e85",
24+
revision: "4a394311f110b9a67b372934346605740f0e7a53",
2525
),
2626
.package(
2727
url: "https://github.com/ably/ably-cocoa-plugin-support",
2828
// Be sure to use `exact` here and not `from`; SPM does not have any special handling of 0.x versions and will resolve 'from: "0.2.0"' to anything less than 1.0.0.
2929
// TODO: Unpin before next release
30-
revision: "c034504a5ef426f64e7b27534e86a0c547f3b1e8",
30+
revision: "9699dfefd26134a808f116d28428c230907faf27",
3131
),
3232
.package(
3333
url: "https://github.com/apple/swift-argument-parser",

Sources/AblyLiveObjects/Internal/CoreSDK.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ internal final class DefaultCoreSDK: CoreSDK {
6969
return
7070
}
7171

72-
// TODO: Implement the full spec of RTO15 (https://github.com/ably/ably-liveobjects-swift-plugin/issues/47)
72+
// TODO: Implement message size checking (https://github.com/ably/ably-liveobjects-swift-plugin/issues/13)
7373
try await DefaultInternalPlugin.sendObject(
7474
objectMessages: objectMessages,
7575
channel: channel,

0 commit comments

Comments
 (0)