0

RPC 做这样的事情:

server define a function foo_max(para)
client call foo_max, send 'max+para'
server get 'max' and call foo_max(para)
server send return val
client get result and return

但是这种方式不灵活,因为我必须在服务器端定义所有功能。我的情况是我想在客户端支持自定义回调函数,那么如何在服务器端调用客户端的回调函数呢?

谢谢

4

0 回答 0