Skip to content

Commit

Permalink
Remove @preconcurrency from ably-cocoa imports
Browse files Browse the repository at this point in the history
No longer needed now that [1] is done.

Resolves #31.

[1] ably/ably-cocoa#1962
  • Loading branch information
lawrence-forooghian committed Dec 18, 2024
1 parent 7633dbf commit 0b95632
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Sources/AblyChat/RoomLifecycleManager.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@preconcurrency import Ably
import Ably
import AsyncAlgorithms

/// The interface that the lifecycle manager expects its contributing realtime channels to conform to.
Expand Down
2 changes: 1 addition & 1 deletion Tests/AblyChatTests/DefaultRoomLifecycleManagerTests.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@preconcurrency import Ably
import Ably
@testable import AblyChat
import Testing

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@preconcurrency import Ably
import Ably
@testable import AblyChat

final actor MockRoomLifecycleContributorChannel: RoomLifecycleContributorChannel {
Expand Down

0 comments on commit 0b95632

Please sign in to comment.