Kenneth Chi Wai Ng
unread,Mar 20, 2014, 6:03:30 PM3/20/14You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Should we be printing out statements to standard out when rpcRegister succeeds?
For example, if you were to test our code - if you launch a client right after a server, the server might not have time to register all of it's functions with the binder before the client makes a call to request that a function gets executed.
Can we assume that if you are to run automated scripts to test our code, that ample time will be given for our server to send all rpcRegister calls to the binder before any client calls are made?