1
0
mirror of https://github.com/chai2010/advanced-go-programming-book.git synced 2025-05-28 23:42:21 +00:00

Merge pull request #199 from fuwensun/pr4-3-4d

ch4-03-fix typo
This commit is contained in:
chai2010 2018-07-16 19:59:20 +08:00 committed by GitHub
commit 1dedfa035e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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