Skip to content

Commit

Permalink
Added the rest of the presence tests
Browse files Browse the repository at this point in the history
Skipped CHA-PR9 due to actual code is commented in the SDK (#133)
  • Loading branch information
maratal committed Jan 12, 2025
1 parent de29c26 commit cff3751
Show file tree
Hide file tree
Showing 4 changed files with 321 additions and 58 deletions.
2 changes: 1 addition & 1 deletion Sources/AblyChat/RoomFeature.swift
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ internal protocol FeatureChannel: Sendable, EmitsDiscontinuities {

internal struct DefaultFeatureChannel: FeatureChannel {
internal var channel: RealtimeChannelProtocol
internal var contributor: DefaultRoomLifecycleContributor
internal var contributor: any RoomLifecycleContributor & EmitsDiscontinuities
internal var roomLifecycleManager: RoomLifecycleManager

internal func onDiscontinuity(bufferingPolicy: BufferingPolicy) async -> Subscription<DiscontinuityEvent> {
Expand Down
Loading

0 comments on commit cff3751

Please sign in to comment.