why not have a look how SlaveService does that: https://github.com/tomerfiliba/rpyc/blob/master/rpyc/core/service.py#L123
----------------------------------------------------------------- *Tomer Filiba* tomerfiliba.com <http://www.facebook.com/tomerfiliba> <http://il.linkedin.com/in/tomerfiliba> On Sun, Sep 2, 2012 at 10:44 PM, ben <[email protected]> wrote: > I am learning that the config dictionaries that i modify on the client > side and the on the server side are two different dictionaries responsible > for 2 different areas. > > Ok, then how do i pass parameters from the client to the server to be used > as part of code that needs to run in __init__ or on_connect. > > i am not using classic mode and adding an exposed method later is too > late. I want to be able to run code like def on_connect(self, x): self.x = x > > thx >
