Hi, I'm experimenting with client-side websockets in a stream in Akka 2.4.11 with Scala.
In trying to follow the possible ways my flow (comprising other elements as well) could fail, I'm a little bit stuck on finding documentation regarding a few things: - Where can I find out how the webSocketClientFlow could fail and what it does when it fails? - Part of my flow is a FanOutShape. What happens on either side of the FanOutShape when the other side completes or fails -- I haven't been able to track down that behavior; - Another part of my flow is a Sink.actorSubscriber. Where can I find documentation on the behavior of an ActorSubscriber in terminal cases (failure, completion) of both the stream and the actor? It is probably the case that these behaviors are described in general terms somewhere in the documentation, but I haven't found it. Also, is there a way that I can, in a single place, catch and determine the cause of all failures/completions of a stream irrespective of what elements comprise the stream and which one may have terminated? Thanks! -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
