1
0
mirror of https://github.com/chai2010/advanced-go-programming-book.git synced 2025-05-24 12:32:21 +00:00

ch4-03-fix typo

This commit is contained in:
sfw 2018-07-16 19:18:18 +08:00
parent 8a5edd70f6
commit 64efdf7bb8

View File

@ -198,7 +198,7 @@ func main() {
} }
``` ```
反向RPC的内网服务将不再主提供TCP监听服务而是首先主动链接到对方的TCP服务器。然后基于每个建立的TCP链接向对方提供RPC服务。 反向RPC的内网服务将不再主提供TCP监听服务而是首先主动链接到对方的TCP服务器。然后基于每个建立的TCP链接向对方提供RPC服务。
而RPC客户端则需要在一个公共的地址提供一个TCP服务用于接受RPC服务器的链接请求 而RPC客户端则需要在一个公共的地址提供一个TCP服务用于接受RPC服务器的链接请求