RxSwift icon indicating copy to clipboard operation
RxSwift copied to clipboard

Reactive Programming in Swift

Results 72 RxSwift issues
Sort by recently updated
recently updated
newest added

**Short description of the issue**: RxTest TestScheduler didn't work if the observable stream include async await usage (wrapped with AsyncThrowingStream) In some case it will throw `Fatal error: Executing on...

**Short description of the issue**: The `BehaviorRelay` attribute `.value` is sometimes not correctly updated after the use of `.accept()` **Expected outcome**: The `BehaviorRelay` attribute `.value` should always be equal to...

**Short description of the issue**: According to your Podfile: ``` pod 'ReactorKit' pod 'SnapKit', '~> 5.6.0' pod 'RxSwift', '6.6.0' pod 'RxCocoa', '6.6.0' ``` `pod install` doesn't work ``` [!] CocoaPods...

**Short description of the issue**: We have identified a commonly encountered problem in RxSwift where event forwarding is performed under a lock. It leads to deadlocks and unexpected locks on...

**Short description of the issue**: I'm using RxCocoa and RxSwift to render a UITableView against an array provided by a BehaviorRelay. The code to bind the data is below. In...

**Short description of the issue**: `MainScheduler`'s `DispatchQueue.isMain` contains `false` on binding to `BehaviorRelay` in context of `UICollectionViewDiffableDataSource`'s cellForRow function, which leads to UI blink with old data for a moment...

:warning: If you don't have something to report in the following format, it will probably be easier and faster to ask in the [slack channel](http://slack.rxswift.org/) first. :warning: :warning: Please take...

**Short description of the issue**: Today I started a [discussion](https://forums.swift.org/t/asyncsequences-and-cooperative-task-cancellation/62657) in the Swift forums regarding cooperative task cancellation and `AsyncSequence` types. Digging through the implementations of types like `Async[Throwing]Stream` I...

**Short description of the issue**: While attempting to push out a new pod version for [WorkflowRxSwift](https://cocoapods.org/pods/WorkflowRxSwift) cocoapods gets an error doing the verification build when using Xcode 15.x. This pod...