[akka-user] Re: Message sent to Inbox occasionally fails, but no actor is down or unreachable.

2016-05-20 Thread Lap Ming Lee
Hi Li, You need to link to a sample project that replicates the problem. Or at least paste the code that is not working. Its impossible to tell just from your description since it may be a configuration problem or something else. - Lap On Friday, May 20, 2016 at 4:32:39 PM UTC+8, Li Wang

Re: [akka-user] Re: ANNOUNCE: New Remoting Milestone 1

2016-05-20 Thread Filippo De Luca
Very good news indeed On 20 May 2016 at 18:02, Vitor Vieira wrote: > That's awesome! Can't wait to see the final benchmarks! > > Cheers! > > Vitor Vieira > > > > Em sexta-feira, 20 de maio de 2016 11:29:04 UTC-3, Patrik Nordwall > escreveu: >> >> Dear hakkers, >> >>

[akka-user] Re: ANNOUNCE: New Remoting Milestone 1

2016-05-20 Thread Vitor Vieira
That's awesome! Can't wait to see the final benchmarks! Cheers! Vitor Vieira Em sexta-feira, 20 de maio de 2016 11:29:04 UTC-3, Patrik Nordwall escreveu: > > Dear hakkers, > > We’re excited to announce that we have released the first development > milestone of the new Akka Remoting, which

Re: [akka-user] ANNOUNCE: New Remoting Milestone 1

2016-05-20 Thread loempl
Great stuff! Very very exciting times ahead! Cheers Heiko -- Heiko Seeberger Home: heikoseeberger.de Twitter: @hseeberger Public key: keybase.io/hseeberger > On 20 May 2016, at 16:28, Patrik Nordwall

[akka-user] ANNOUNCE: New Remoting Milestone 1

2016-05-20 Thread Patrik Nordwall
Dear hakkers, We’re excited to announce that we have released the first development milestone of the new Akka Remoting, which has the code named Artery. It’s an early development preview and we encourage you to try it out and give us feedback, but it’s not intended for production usage yet. The

[akka-user] Message sent to Inbox occasionally fails, but no actor is down or unreachable.

2016-05-20 Thread Li Wang
Hi all, I use Inbox to send a command message to a remote actor, which in turn handles the message and sends a conform message back to the inbox. Then the Inbox waits for the conform message after the command message is sent. This process is repeatedly called by my application. However, after

[akka-user] Tunnel httprequests/responses through websocket

2016-05-20 Thread Qux
Hello, I want to tunnel httprequests and responses through akka-http Websockets. Is there a simple way to convert the binarymessage (from the websocket) in a httpmessage (and vice versa)? Or is there a way to get a akka httpresponse/request from a string? Thanks for your help. --