akka-js / akka.js

Akka, for Scala.js
http://akka-js.org
474 stars 39 forks source link

Upgrade to Akka Stream 2.5.18 #92

Closed pishen closed 5 years ago

pishen commented 5 years ago

Akka Stream 2.5.18 provides the zipLatest function on Source and Flow, which is useful in frontend development when we have to listen to two event sources simultaneously.

andreaTP commented 5 years ago

You are right, I should get back to this, the main issue is the testing infrastructure for Akka Typed that radically changed in 2.5.17, should be doable, but it will require a little.

andreaTP commented 5 years ago

just to mention, akka-stream from this branch https://github.com/akka-js/akka.js/tree/updateTo2.5.19 already works, I would need to work more on the typed testkit, stilll ...

andreaTP commented 5 years ago

Ci is green with 2.5.19, I will be able to publish early next week. (Found some time to work on this during Scala exchange :-) )