Closed fugui closed 3 years ago
Thanks for the PR @fugui. The windows issue has been fixed in parallel, see #83.
As to the reactor-addons
dependency, it is not needed. The head comment in Part09Adapt
actually explicitly points to it: https://github.com/reactor/lite-rx-api-hands-on/blob/master/src/main/java/io/pivotal/literx/Part09Adapt.java#L36
…dependence.
I completed those hands-on, but I found two problems : a. there need a dependence of reactor-adapter for test Part09Adapt. b. those log should be \r\n in windows environment, not \n.