schananas / practical-reactor

Practical Project Reactor and reactive programing workshop
MIT License
387 stars 757 forks source link

Update CombiningPublishersBase.java #9

Closed vilmos closed 1 year ago

vilmos commented 2 years ago

Test fails if merge is used instead of concat.

schananas commented 1 year ago

Test fails if merge is used because task description says no interleaving. Only concat is valid solution