[akka-user] Re: Installing Akka in Textmate 2 on macOS Sierra

2016-12-07 Thread pagoda_5b
Akka is not a plugin or extension to use on a text editor. It's a toolkit for the scala language, bundled as a common library, that you can use to create distributed asynchronous systems. It's not really clear what you're trying to do with Textmate. Ivano On Friday, December 2, 2016 at 8:29:49

[akka-user] Re: Java TestProbe with ReceiveWhile

2016-12-07 Thread Luis Pedrosa
Looking at the github repo, there is a receive while usage example here . I believe you can consider the JavaTestKit class to be your test probe. You can instantiate it and assign it to

Re: [akka-user] Akka Stream stalling with JsonFraming

2016-12-07 Thread Konrad Malawski
Excellent, thanks! -- Konrad `ktoso` Malawski Akka @ Lightbend On 7 December 2016 at 05:53:10, subo...@gmail.com (subo...@gmail.com) wrote: I figured it out. Submitting a pull request! On Tuesday, December 6, 2016 at 12:29:28 PM UTC-7, Konrad Malawski