you could try passing keepalive=True to the SocketStream. see https://github.com/tomerfiliba/rpyc/blob/master/rpyc/core/stream.py#L98
----------------------------------------------------------------- *Tomer Filiba* tomerfiliba.com <http://www.facebook.com/tomerfiliba> <http://il.linkedin.com/in/tomerfiliba> On Tue, Nov 4, 2014 at 8:36 PM, Jacques Bizeray Godoy Neto < [email protected]> wrote: > Hi. I'm running some tests using rpyc as service. > > In my test i'm sending some data and calling some exposed methods and just > after calling i am forcing a blue screen. In this environment the serve > doesn't send any response back to the client and my client keeps running. > Is it possible to define some timeout for the client to wait any response > from server and quit after that timeout? > > -- > > --- > You received this message because you are subscribed to the Google Groups > "rpyc" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- --- You received this message because you are subscribed to the Google Groups "rpyc" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
