Hi, I am trying to set the time out value from default one 30 seconds to
100 seconds. But It doesn't change from listener_timeout property of
threaded server.
Apart from the first problem, how can I set different time out values when
calling different methods at server from client.
Thanks.
My Server looks like this:
if __name__ == "__main__":
from rpyc.utils.server import ThreadedServer
try:
t = ThreadedServer(HumanService, port=8000,listener_timeout=100.0,
protocol_config={"allow_public_attrs": True})
t.start()
print("Server started...")
except:
print("Error while starting server...")
--
---
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.