Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 Rx observable 流,有没有一种有效的方法来获取第一项,完成源 observable,但如果第二项到达则抛出异常?听起来使用 Rx 的情况不太好,但有没有聪明的方法来处理它?
据我了解,这违反了IObservable合同,明确规定在error或之后不得有额外物品到达complete。因此,基本上,您正在检查不能(或不应该)出现的情况。
IObservable
error
complete