rpc_plugin/demo/demo-server.tsl

5 lines
206 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

rpc_register_func("demo_function1", "demo_function2");//注册server端函数列表
echo "Listen: 1234\n";
rpc_server("0.0.0.0:1234", 5, "password-token");//启动rpc_server服务等待进程结束