java-reactive-chat
java-reactive-chat copied to clipboard
Need explanation
Can you please explain how the zipWith is working in this line
.zipWith(session.send(outputEvents.map(session::textMessage)))