Florent Pillet
Florent Pillet
It's been a while, but I finally rewrote the reconnection logic. It is now much more resilient and you should have better results with 1.5-beta (master as of today).
Ouch that's annoying. I have not run extensive tests from Yosemite client (I'm using NSLogger mostly from iOS and Android) but will do. Thanks for the heads up !
Separating the `Operators` from `Common` might not work for all cases. Some operators also have a static variant (like the `and` and `cascade` operators which provide both static and instance...
Then why not: - RxSwift - RxCocoa - Common - UIKit - AppKit This was we can put stuff like ControlEvents in `Common` and platform-specific ones in their respective folders.
Hrmm Carthage users. Good point @ashfurrow, so we need to make separate podspecs instead of subspecs, otherwise we'll be caught in endless support issues with Carthage users, right?
One thing that would have been very nice is that `bind(to: ...)`, `drive(...)` etc be made to accept a variable number of observers. I assume the conflicts with the base...
Ouch, the latest commit was there to harden Cascade, not weaken it. Thanks for the detailed error case, I'll fix it.
What are your timeZone and locale ?