Re: [akka-user] expectNoMessage keeps unexpected message in the queue

2018-01-08 Thread Christophe Pache
issues/24270 PR soon. > > -- > Cheers, > Konrad 'ktoso <http://kto.so>' Malawski > Akka <http://akka.io/> @ Lightbend <http://lightbend.com/> > > On January 8, 2018 at 19:22:08, Christophe Pache (chp...@gmail.com > ) wrote: > > Hello Conrad, th

Re: [akka-user] expectNoMessage keeps unexpected message in the queue

2018-01-08 Thread Christophe Pache
still possible (even if not nice). Le lundi 8 janvier 2018 11:22:04 UTC+1, Christophe Pache a écrit : > > Hello Conrad, thanks for answering! > > I was speaking about the internal queue of the TestActor. > > I upgraded from 2.5.3 to 2.5.8, in 2.5.3, the behavio

Re: [akka-user] expectNoMessage keeps unexpected message in the queue

2018-01-08 Thread Christophe Pache
FiniteDuration) = { > expectNoMsg_internal(max) > } > > > > Do you mean some other API? If yes, which one? > > -- > Cheers, > Konrad 'ktoso <http://kto.so>' Malawski > Akka <http://akka.io/> @ Lightbend <http://lightbend.com/> > > On Janu

[akka-user] expectNoMessage keeps unexpected message in the queue

2018-01-08 Thread Christophe Pache
Hello everyone, I would be interested to understand why `expectNoMessage`, in case there is unexpected message, keeps it on the queue (compared to expectNoMsg). It's all fine but from API point of view, my feelings would not expect such behavior (maybe because of other API). Maybe more doc on

[akka-user] missing serialization-bindings for ClusterSingletonProxy$TryToIdentifySingleton$ [akka-cluster-2.5.3]

2017-11-02 Thread Christophe Pache
Hello everyone! I notice in our logs the following exception and would like to understand what is really happening: java.io.NotSerializableException: No configured serialization-bindings for > class [akka.cluster.singleton.ClusterSingletonProxy$TryToIdentifySingleton > $] In my opinion,

[akka-user] [akka-http] adding cookie attributes

2017-08-14 Thread Christophe Pache
Hello everyone! I'm trying to add a sameSite attribute to cookies using the scaladsl and it looks like the Cookie API is quite closed. What I would like to do is something like `Set-Cookie: key=value; HttpOnly; SameSite=strict` My feeling is that the only current way to do so is to craft a

[akka-user] Re: formField recent change

2017-06-27 Thread Christophe Pache
07:53:29 UTC+2, Christophe Pache a écrit : > > Hello everyone! > > I'm using forms in a akka-http app and I have an issue with `formFieldMap` > directive: it start to fail after a akka update (akka-http 10.0.6 -> 10.0.8 > and akka 2.5.1 -> 2.5.3). > I feel like th

[akka-user] formField recent change

2017-06-25 Thread Christophe Pache
Hello everyone! I'm using forms in a akka-http app and I have an issue with `formFieldMap` directive: it start to fail after a akka update (akka-http 10.0.6 -> 10.0.8 and akka 2.5.1 -> 2.5.3). I feel like the FormData was not required before this change (as some of my test use also