Hi. I i will be running rpyc with a fixed code on one raspberry pi, the ide is that this code will wrok as "engine" ie server for one or several gui 's. I have the code up and running altough when connecting several clients (gui's) they do not share the samme data from the server. I realise that this is due to the fact i am using "ThreadedServer". I am tried to just use "Server" but i end up getting the NotImplementederror, i assume in my class that inherits from rpyc.Server i will need to implement _accept_method(self, sock):. How would one go about this to make it work correctly for my task ?
Thanks for all the assistance. -Aleks -- --- 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.
