Re: Re: Re: [akka-user] How to pipe reactive mongo results into a WebSocket stream

2015-12-17 Thread Stefan Wachter
eter (the current merge on Flow > does not have that parameter exposed). This will close the WS as soon as > the client closes. > > -Endre > > >> >> Cheers >> >> Stefan >> >> *Gesendet:* Mittwoch, 25. November 2015 um 14:16 Uhr >

Re: Re: Re: [akka-user] How to pipe reactive mongo results into a WebSocket stream

2015-11-25 Thread Akka Team
m 14:16 Uhr > *Von:* "Akka Team" > *An:* "Akka User List" > *Betreff:* Re: Re: [akka-user] How to pipe reactive mongo results into a > WebSocket stream > Hi Stefan, > > > >> 1. How can I react on the event that the web socket is closed? Sho

Aw: Re: Re: [akka-user] How to pipe reactive mongo results into a WebSocket stream

2015-11-25 Thread Stefan Wachter
. November 2015 um 14:16 Uhr Von: "Akka Team" An: "Akka User List" Betreff: Re: Re: [akka-user] How to pipe reactive mongo results into a WebSocket stream Hi Stefan,   1. How can I react on the event that the web socket is closed? Should I simply watch for the death of the

Re: Re: [akka-user] How to pipe reactive mongo results into a WebSocket stream

2015-11-25 Thread Akka Team
t is not a bad pattern in the end. -Endre > > TIA > > Stefan > > *Gesendet:* Dienstag, 24. November 2015 um 17:28 Uhr > *Von:* "Akka Team" > *An:* "Akka User List" > *Betreff:* Re: [akka-user] How to pipe reactive mongo results into a > WebSocke

Aw: Re: [akka-user] How to pipe reactive mongo results into a WebSocket stream

2015-11-25 Thread Stefan Wachter
  Gesendet: Dienstag, 24. November 2015 um 17:28 Uhr Von: "Akka Team" An: "Akka User List" Betreff: Re: [akka-user] How to pipe reactive mongo results into a WebSocket stream Hi Stefan,   I want to use a web socket connection   1. to push periodically results from the s

Re: [akka-user] How to pipe reactive mongo results into a WebSocket stream

2015-11-24 Thread Akka Team
Hi Stefan, > > I want to use a web socket connection > > 1. to push periodically results from the server to the browser > 2. to send requests from the browser to the server and return the > corresponding results to the browser (there might be many results, > therefore the results should be streame

[akka-user] How to pipe reactive mongo results into a WebSocket stream

2015-11-24 Thread Stefan Wachter
Hi all,   I want to use a web socket connection   1. to push periodically results from the server to the browser 2. to send requests from the browser to the server and return the corresponding results to the browser (there might be many results, therefore the results should be streamed into th