Can we make SerializedSubscriber correctly be implemented with a bounded buffer and support reactive pull backpressure?
This should also ensure that Observable.serialize() works correctly with backpressure, both bounding its internal queue and chaining through the Producer.request calls.