Closed pishen closed 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.
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 ...
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 :-) )
Akka Stream 2.5.18 provides the
zipLatest
function onSource
andFlow
, which is useful in frontend development when we have to listen to two event sources simultaneously.