million_game_server icon indicating copy to clipboard operation
million_game_server copied to clipboard

2.8.6小节:使用代理的演示代码有错误

Open MaoningGuan opened this issue 2 years ago • 1 comments

你好,罗老师。2.8.6小节的使用代理的演示代码有错误: 书中的代码如下: image 最后一行的skynet.send的第五个参数应该为服务的地址,即变量ping1,不是字符串"ping1"。

MaoningGuan avatar Oct 05 '22 14:10 MaoningGuan

是的,此处应为 skynet.send(pong, "lua", "ping", "node1", ping1, 10) 下次印刷时修正

感谢感谢

luopeiyu avatar Oct 09 '22 13:10 luopeiyu