Merge pull request #703 from wddwycc/patch-2
Fix Blurred demonstration of 'concat demo'.
This commit is contained in:
commit
d1393da8eb
|
|
@ -61,6 +61,7 @@ example("concat") {
|
|||
|
||||
variable.value = subject2
|
||||
|
||||
subject2.onNext("I would be ignored")
|
||||
subject2.onNext("🐱")
|
||||
|
||||
subject1.onCompleted()
|
||||
|
|
|
|||
Loading…
Reference in New Issue